{% extends "jocondelab/base.html" %} {% load i18n %} {% load core_extras %} {% 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" %}
{% include "jocondelab/partial/term_list_table.html" %}
En cours Validé {% if term.validated %} par {{term.validator.username}} le {{term.validation_date|date:"d/m/Y"}} {% endif %}
{% csrf_token %}
{% if prev_id %}{% trans 'prev' %}{% endif %} {% if next_id %}{% trans 'next' %}{% endif %}
{% trans 'label' %} {{term.label}}
{% trans 'alternative labels' %}
    {% for label in term.alternative_labels_list %}
  • {{ label }}
  • {% endfor %}
{% trans 'id' %} {{term.id}}
{% trans 'uri' %} {{term.uri}}
{% trans 'info wikipedia' %} {% if term.wikipedia_url and term.wikipedia_url != "" %}  {{term.wp_label}} {% else %} {% trans 'Créer page WK' %} : {% endif %} {% if term.wikipedia_revision_id %} {% else %}   {% endif %} {% if term.dbpedia_uri and term.dbpedia_uri != "" %} {% else %}   {% endif %} {% if term.wikipedia_url and term.wikipedia_url != "" %} {% else %}   {% endif %}
{% trans 'Rech. joconde' %} Recherche joconde
{% trans 'Edition wk' %} {% if term.url_status != 4 %} {% if term.validated %} {{term.label}} {% else %} {{term.label}} {% endif %} {% else %}   {% endif %} {% if term.validated %} OK {% else %} OK {% endif %}
{% trans 'nb notice' %} {{term.nb_notice}}
{% trans 'notices' %} {% for notice in notices %} {%if forloop.last%}{% else %}{% autoescape off %}{% cycle "" "" %}{% endautoescape %}{% endif %} {% endfor %}
{% with thumbnail=notice.thumbnails.0 %}
{% if thumbnail %} {% endif %}
{% endwith %}
ref{{ notice.ref }}
domn{{ notice.domn }}
deno{{ notice.deno }}
titr{{ notice.titr }}
pdec{{ notice.pdec }}
lieux{{ notice.lieux }}
inv{{ notice.inv }}
{% endblock %}