{% block tag_table %} {% if valid != "2" and ordered_tags %} {% endif %} {% comment %}{% endcomment %} {% if ordered_tags %} {# ordered_tags is a list of TaggedSheet #} {% for t in ordered_tags %} {% if valid != "2" %} {% endif %} {% comment %}{% endcomment %} {% endfor %} {% else %} {# ds is a DataSheet #} {% for t in ds.tags.all %} {% if valid != "2" and ordered_tags %} {% endif %} {% comment %}{% endcomment %} {% endfor %} {% endif %}
#M Did labeloriginal_labelLien W Facette Lien W activé Supprimer
le lien W
Alias Retirer le tag de la liste
{{forloop.counter}}{% if not forloop.first %}up{% endif %} {% if not forloop.last %}down{% endif %}{{t.tag.id}} {{t.tag.label}}{{t.tag.original_label}} {% if t.tag.wikipedia_url and t.tag.wikipedia_url != "" %} {% else %} {% endif %} {{t.tag.label}} {{t.tag.alias}} {{t.tag.label}}
{{forloop.counter}}{% if not forloop.first %}up{% endif %} {% if not forloop.last %}down{% endif %}{{t.id}} {{t.label}}{{t.original_label}} {% if t.wikipedia_url and t.wikipedia_url != "" %} {% else %} {% endif %} facette {{t.alias}} {{t.label}}
{% endblock %}