{% block title %}{{ title }}{% endblock %} {% block header %} {{ title }} {% endblock %} {% block header_actions %} {% if params.name or params.new %} {{ _("Cancel") }} {% elif is_list %} {{ _("New {0}").format(_(doc_type)) }} {% endif %} {% endblock %} {% block content %}
{{ introduction_text }}
{{ doc.get(field.fieldname) }}
{{ help(field) }}
{{ _("Comments") }}
{% include 'templates/includes/comments/comments.html' %}