{% block tag_table %} {% if valid != "2" %} {% 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" %} {% endif %} {% comment %}{% endcomment %} {% endfor %} {% endif %}
#D Mid labeloriginal_labelalias wikipedia_url url_status dbpedia_uri wikipedia_activated
{{t.order}}{% if not forloop.first %}up{% endif %} {% if not forloop.last %}down{% endif %}{{t.tag.id}} {{t.tag.label}}{{t.tag.original_label}}{{t.tag.alias}} {{t.tag.wikipedia_url}} {{t.tag.url_status}} {{t.tag.dbpedia_uri}} {{t.tag.wikipedia_activated}}
{{forloop.counter}}{% if not forloop.first %}up{% endif %} {% if not forloop.last %}down{% endif %}{{t.id}} {{t.label}}{{t.original_label}}{{t.alias}} {{t.wikipedia_url}} {{t.url_status}} {{t.dbpedia_uri}} {{t.wikipedia_activated}}
{% endblock %}