{% extends "templates/web.html" %} {% block breadcrumbs %}{% endblock %} {% macro header_buttons() %} {% if allow_edit and in_view_mode %} {{ _("Edit Response", null, "Button in web form") }} {% endif %} {% if allow_print and in_view_mode %} {% set print_format_url = "/printview?doctype=" + doc_type + "&name=" + doc_name + "&format=" + print_format %} {% endif %} {% endmacro %} {% macro action_buttons() %}
{{ _("Comments") }}
{% include 'templates/includes/comments/comments.html' %}