{% macro get_alignment(col) %} {%- if col.fieldtype in ('Int', 'Float', 'Currency', 'Check') %} class="text-right" {% endif -%} {% endmacro %} {% if description %} {% endif %}
{{ title }} {{ date_time }}
{{ description }}
{% if data %} {% for col in columns %} {% endfor %} {% for row in data %} {% for col in columns %} {% endfor %} {% endfor %}
{{- col.label -}}
{{- frappe.format(row[col.fieldname], col, row) -}}
{% endif %}

{{ _("View report in your browser") }}: {{report_name}}

{{ _("Edit Auto Email Report Settings") }}: {{edit_report_settings}}