{% extends "jocondelab/base.html" %} {% load core_extras %} {% block content %}
{% include "jocondelab/partial/filter.html" %}
{% include "jocondelab/partial/pagination.html" %}
{% for term in object_list %} {% endfor %}
Labelthesauruswikipediadbpediavalid.
{{ term.label }} {{ term.thesaurus.label }} {% if term.wikipedia_url and term.wikipedia_url != "" %} {% else %} {% endif %} {% if term.dbpedia_uri and term.dbpedia_uri != "" %} {% else %}   {% endif %} {% if term.validated %} {% else %} {% endif %}
{% endblock %}