{% load i18n %}
{% trans "name" %}
{% for project in projects %} {% url ldt.ldt_utils.views.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 %} {% 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 %}