{% extends "jocondelab/base.html" %} {% block content %}
| Label | thesaurus | wikipedia | dbpedia | valid. |
|---|---|---|---|---|
| {{ 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 %} |