{% extends 'layout.html' %} {% block title_name %} - {{ source.name }}{% endblock %} {% block breadcrumb %} {{ [[_('source'), 'source_index'], source, _('edit')]|crumb }} {% endblock %} {% block content %} {% if modifier %}
{{ _('error modified by %(username)s', username=modifier|safe) }}
{% endif %} {{ form|display_form }} {% endblock %}