{% extends "templates/web.html" %} {% block title %}{{ _(title) }}{% endblock %} {% block header %}
{{ _(introduction_text) }}
{% endif %}
{{ _doc.get(field.fieldname) }}
{{ _("Max attachment size is {0}MB").format(max_attachment_size) }}
{{ help(field) }}
{{ _("Comments") }}
{% include 'templates/includes/comments/comments.html' %}