{% extends "jocondelab/front_base.html" %} {% load i18n %} {% load l10n %} {% 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 title %}JocondeLab » {{title}}{% endblock %} {% block breadcrumbs %}{{title|truncatechars:30}}{% endblock %} {% block main %} {% if object.titr %} {% endif %} {% if object.deno %} {% endif %} {% for thesaurus, terms in terms_by_thesaurus.items %} {% endfor %} {% if object.desc %} {% endif %} {% if object.hist %} {% endif %} {% if object.loca %} {% endif %} {% if object.copy %} {% endif %} {% if object.phot %} {% endif %}
{% trans 'Title:' %} {{object.titr}}
{% trans 'Denomination:' %} {{object.deno}}
{% trans thesaurus context 'Thesaurus label' %}{% trans ':' %}
    {% for termtype, terms in terms.items %} {% for term in terms %}
  • {{term.locale_label}}
  • {% endfor %} {% endfor %}
{% trans 'Description:' %} {{object.desc}}
{% trans 'History:' %} {{object.hist}}
{% trans 'Conservation location:' %} {{object.loca}}
{% trans 'Datasheet rights:' %} {{object.copy}}
{% trans 'Images rights:' %} {{object.phot}}

Contribuer

{% trans 'REPR' context 'Thesaurus label' %}{% trans ':' %}
{% trans 'SREP' context 'Thesaurus label' %}{% trans ':' %}
{% endblock %}