{% block tag_table %}
| # | {% if valid != "2" %}D | M | {% endif %}id | label | {% comment %}original_label | {% endcomment %}alias | wikipedia_url | url_status | dbpedia_uri | wikipedia_activated |
|---|---|---|---|---|---|---|---|---|---|---|
| {{t.order}} | {% if valid != "2" %}{% if not forloop.first %} {% endif %} |
{% if not forloop.last %} {% endif %} |
{% endif %}
{{t.tag.id}} | {{t.tag.label}} | {% comment %}{{t.tag.original_label}} | {% endcomment %}{{t.tag.alias}} | {{t.tag.wikipedia_url}} | {{t.tag.url_status}} | {{t.tag.dbpedia_uri}} | {{t.tag.wikipedia_activated}} |
| {{forloop.counter}} | {% if valid != "2" %}{% if not forloop.first %} {% endif %} |
{% if not forloop.last %} {% endif %} |
{% endif %}
{{t.id}} | {{t.label}} | {% comment %}{{t.original_label}} | {% endcomment %}{{t.alias}} | {{t.wikipedia_url}} | {{t.url_status}} | {{t.dbpedia_uri}} | {{t.wikipedia_activated}} |