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