{% macro get_alignment(col) %} {%- if col.fieldtype in ('Int', 'Float', 'Currency', 'Check') %} class="text-right" {% endif -%} {% endmacro %} {% if columns %} {% set max_width = '100%' if columns|length > 3 else '600px' %} {% else %} {% set max_width = '600px' %} {% endif %}
{{ title }} |
{{ description }} |
{{- _(col.label) -}} | {% endfor %}|
---|---|
{{- row[col.fieldname] -}} | {% else %}{{- frappe.format(row[col.fieldname], col, row) -}} | {% endif %} {% endfor %} {% endfor %}
{{ _("This report was generated on {0}").format(date_time) }} {{ _("View report in your browser") }}: {{report_name}} {{ _("Edit Auto Email Report Settings") }}: {{edit_report_settings}} |