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