{% block tag_table %}
| id | label | {% comment %}original_label | {% endcomment %}Lien W | Lien D | Catégorie | Supprimer le lien W |
Alias | Nb de fiches |
Popularité |
|---|---|---|---|---|---|---|---|---|---|
| {{tag.id}} | {{tag.label}} | {% comment %}{{tag.original_label}} | {% endcomment %}
{% 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 %} | ![]() |
{% if tag.alias %}{{tag.alias}}{% endif %} | {% if tag.num_ds > 0 %} {{tag.num_ds}} {% else %} {{tag.num_ds}} {% endif %} | {{tag.popularity}} |