{% 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) }}

{{ _('reload')|button(url_for('source_update', id_=source.id)) }}
{% endif %} {{ form|display_form }} {% endblock %}