{% extends "layout.html" %} {% block title_name %} - {{ _('content')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('admin'), 'admin_index'], [_('content'), 'content_index'], item]|crumb }} {% endblock %} {% block content %}
{{ _('edit')|button(url_for('content_update', item=item)) }}
{% for language, text in content[item].items() %}

{{ language|upper }}

{{ text|safe }}
{% endfor %} {% endblock %}