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