{% extends "jocondelab/base.html" %} {% load i18n %} {% block js_import %} {{block.super}} {% endblock %} {% block js_declaration %} {{block.super}} {% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block css_declaration %} {{block.super}} {% endblock %} {% block content %}
| {% trans 'Term label' %} | {{term.label}} |
| {% trans 'Term id' %} | {{term.id}} |
| {% trans 'Term uri' %} | {{term.uri}} |
| {% trans 'url wikipedia' %} |
{% if term.wikipedia_url and term.wikipedia_url != "" %}
{% else %}
{% endif %}
|
| {% trans 'Wikipedia revision id' %} |
{% if term.wikipedia_revision_id %}
{% else %}
{% endif %}
|
| {% trans 'DBpedia url' %} |
{% if term.dbpedia_uri and term.dbpedia_uri != "" %}
{% else %}
{% endif %}
|
| {% trans 'remove wikipedia link' %} |
{% if term.wikipedia_url and term.wikipedia_url != "" %}
{% if term.validated %}
{% else %}
{% endif %}
{% else %}
{% endif %}
|
| {% trans 'edit wikipedia link' %} | {% if term.validated %} {% trans "Select Wikipedia page" %} : OK {% else %} {% trans "Select Wikipedia page" %} : OK {% endif %} |
| {% trans 'Recherche joconde' %} | Recherche joconde |