{% extends "jocondelab/base.html" %} {% load core_extras %} {% load i18n %} {% block js_declaration %} {{block.super}} {% endblock %} {% block content %}
| {% trans 'Label' %} | {% trans 'thesaurus' %} | {% trans 'level' %} | {% trans 'wikipedia' %} | {% trans 'dbpedia' %} | {% trans 'valid.' %} | {% trans 'nb notice' %} |
|---|---|---|---|---|---|---|
| {{ term.label }} | {{ term.thesaurus.label }} | {{ term.level }} |
{% 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 }} |