{% 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 notice.titr %} {% endif %} {% if notice.deno %} {% endif %} {% for thesaurus, terms in terms_by_thesaurus.items %} {% endfor %} {% if notice.desc %} {% endif %} {% if notice.hist %} {% endif %} {% if notice.loca %} {% endif %} {% if notice.copy %} {% endif %} {% if notice.phot %} {% endif %}
{% trans 'Title:' %} {{notice.titr}}
{% trans 'Denomination:' %} {{notice.deno}}
{% trans thesaurus context 'Thesaurus label' %}{% trans ':' %}
    {% for termtype, terms in terms.items %} {% for term in terms %}
  • {{term.locale_label}}
  • {% endfor %} {% endfor %}
{% trans 'Description:' %} {{notice.desc}}
{% trans 'History:' %} {{notice.hist}}
{% trans 'Conservation location:' %} {{notice.loca}}
{% trans 'Datasheet rights:' %} {{notice.copy}}
{% trans 'Images rights:' %} {{notice.phot}}
{% endblock %}