{% 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 %}
{% include "jocondelab/partial/filter.html" %}
En cours Validé {% if term.validated %} par {{term.validator.username}} le {{term.validation_date|date:"d/m/Y"}} {% endif %}
{% csrf_token %}
{% 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 %} {{term.label}} {% else %} {{term.label}} {% 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
{% endblock %}