{% extends 'layout.html' %}
{% block title_name %} - {{ _('place')|uc_first }}{% endblock %}
{% block breadcrumb %}
{% if origin %}
{{ [[origin.view_name, origin.view_name + '_index'],
structure['place'] if structure['place'].id != origin.id else None,
structure['feature'],
structure['stratigraphic_unit'],
origin,
'+ ' + _(title)|uc_first]|crumb }}
{% else %}
{{ [[_('place'), 'place_index'], '+ ' + _(title)|uc_first]|crumb }}
{% endif %}
{% endblock %}
{% block content %}
{% include "place/map_draw.html" %}
{% endblock %}