{% extends "layout.html" %} {% block title_name %}- {{ object_.name }}{% endblock %} {% block breadcrumb %} {{ [[_('object'), 'object_index'], object_.name]|crumb }} {% endblock %} {% block content %}
{% if 'contributor'|is_authorized %} {{ _('edit')|button(url_for('object_update', id_=object_.id)) }} {{ object_|display_delete_link }} {% endif %} {{ object_.id|bookmark_toggle }}

{{ object_.name }}

{{ info|display_info }} {{ object_|note }} {{ object_|description }}
{% if 'contributor'|is_authorized %}
{{ _('add')|button(url_for('entity_add_source', id_=object_.id)) }} {{ _('source')|button(url_for('source_insert', origin_id=object_.id)) }}
{% endif %} {{ tables['source'].display('source')|safe }}
{% if 'contributor'|is_authorized %}
{{ 'E9'|get_class_name|button(url_for('event_insert', code='E9', origin_id=object_.id)) }}
{% endif %} {{ tables['event'].display('event')|safe }}
{% endblock %}