{% load i18n %} {% load thumbnail %} {% load front_tags %} {% if nb_pj_pages %}

{% if 0 < current_project_page %}<<  {% endif %} {% for i in nb_pj_pages|get_range %} {% if i == current_project_page %} {{i|add:'1'}} {% else %} {{i|add:'1'}} {% endif %}    {% endfor %} {% if current_project_page|add:'1' < nb_pj_pages %}>>{% endif %}

{% endif %}
{% trans "name" %}
{% for project in projects %} {% url ldt.ldt_utils.views.json.project_json_id project.ldt_id as json_url_id %} {% if is_gecko %} {% else %} {% endif %} {% endfor %}
{% trans 'copy project' %}
{% trans 'link json by id' %}
{% ifequal project.state 2 %} {% trans 'Project published, click to unpublish' %} {% else %} {% trans 'Project not published, click to publish' %} {% endifequal %} {% thumbnail project.image "50x50" crop="center" format="PNG" as im %}{% empty %} {% endthumbnail %} {% if project.state == 2 %} {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% else %} {% if project.change %} {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% else %} {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% endif %} {% endif %}