{% extends "jocondelab/base.html" %} {% load core_extras %} {% load i18n %} {% block content %}
{% include "jocondelab/partial/filter.html" %}
{% include "jocondelab/partial/pagination.html" %}
{% for term in object_list %} {% endfor %}
{% trans 'Label' %}{% trans 'thesaurus' %}{% trans 'wikipedia' %}{% trans 'dbpedia' %}{% trans 'valid.' %}{% trans 'nb notice' %}
{{ 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 %} {{ term.nb_notice }}
{% endblock %}