{% extends "templates/web.html" %}
{% block meta_block %}
{% include "templates/includes/meta_block.html" %}
{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block header %}
{% if banner_image %}
{% endif %}
{% 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 or "standard") %}
{% endif %}
{% endmacro %}
{% macro action_buttons() %}
{{ _(title) }}
{% else %}
{{ _("Comments") }}
{% include 'templates/includes/comments/comments.html' %}