{% 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 %}
#id labeloriginal_labelLien W Lien D Catégorie Supprimer
le lien W
Alias Retirer le tag de la liste
{{forloop.counter}}updown{{t.tag.id}} {{t.tag.label}}{{t.tag.original_label}} {% if t.tag.wikipedia_url and t.tag.wikipedia_url != "" %} {% else %} {% endif %} {% if tag.dbpedia_uri and tag.dbpedia_uri != "" %} {% else %}   {% endif %} {% if t.tag.category %}{{ t.tag.category }}{% endif %} {{t.tag.label}} {% if t.tag.alias %}{{t.tag.alias}}{% endif %} {{t.tag.label}}
{{forloop.counter}}up{{t.id}} {{t.label}}{{t.original_label}} {% if t.wikipedia_url and t.wikipedia_url != "" %} {% else %} {% endif %} {% if tag.dbpedia_uri and tag.dbpedia_uri != "" %} {% else %}   {% endif %} {% if t.category %}{{ t.category }}{% endif %} {{t.alias}} {{t.label}}
{% endblock %}