{% load i18n %} {% load thumbnail %} {% load static %} {% load front_tags %} {% if nb_pj_pages %} {% endif %}
{% trans "name" %}
{% for project in projects %} {% url 'ldt.ldt_utils.views.json.project_json_id' id=project.ldt_id as json_url_id %} {% if is_gecko %} {% else %} {% endif %} {% endfor %}
{% trans 'copy project' %}
{% if project.state == 2 %} {% trans 'link json by id' %} {% endif %}
{% 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 or project.owner == user %} {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% else %} {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% endif %} {% endif %}