{% block tag_table %} {% load static %} {% for tag in tags %} {% endfor %}
id {% if sort|slice:"1:" != "lab" %} {% if searched and searched != "" %} label {% else %} label {% endif %} {% else %}label  {% if searched and searched != "" %}{% else %}{% endif %}{% endif %} original_label Lien W Lien D Catégorie Supprimer
le lien W
Alias Nb de
fiches
{% if sort|slice:"1:" != "pop" %} {% if searched and searched != "" %} Popularité {% else %} Popularité {% endif %} {% else %}Popularité  {% if searched and searched != "" %}{% else %}{% endif %}{% endif %}
{{tag.id}} {{tag.label}} {{tag.original_label}} {% if tag.wikipedia_url and tag.wikipedia_url != "" %} {% else %} {% endif %} {% if tag.dbpedia_uri and tag.dbpedia_uri != "" %} {% else %}   {% endif %} {% if tag.category %}{{ tag.category }}{% endif %} {{tag.label}} {% if tag.alias %}{{tag.alias}}{% endif %} {% if tag.num_ds > 0 %} {{tag.num_ds}} {% else %} {{tag.num_ds}} {% endif %} {{tag.popularity}}
{% endblock %}