reimbursinator/back/backend/templates/backend/email.txt
2019-03-03 00:59:44 -08:00

16 lines
480 B
Text

***Deprecated:
Replaced by converting html template to plaintext
using the html2text library
***
Title: {{title}}
Reference #: {{reference_number}}
{% for section in sections %}
{{section.title}}(SID: {{section.id}})
{% for field in section.fields %}
{{field.label}}: {{field.value|default:"empty"}}
{% endfor %}
{% for rule in section.rule_violations %}
[RULE] {{rule.label}}: {{rule.rule_break_text}}
{% endfor %}
{% endfor %}