{% extends "templates/web.html" %} {% block title %}{{ _(title) }}{% endblock %} {% block header %}
{{ _(introduction_text) }}
{{ _("Login") }}
{{ web_page_link_text }}
{{ _(page.description) }}
{{ _("Page {0} of {1}").format(loop.index, layout|len) }}
{%- if loop.index > 1 -%} {{ _("Previous") }} {%- endif -%} {% if (loop.index == layout|len or frappe.form_dict.new) %} {% if not read_only %} {{ _("Save") }} {% endif %} {% elif layout|len > 1 %} {{ _("Next") }} {% endif %}
{{ _("Comments") }}
{% include 'templates/includes/comments/comments.html' %}