{% extends 'su_base.html' %} {% load crispy_forms_tags %} {% block content %}
Use this form to edit the templates for statements and invoices.

{% csrf_token %}

Statements

Email this should be from
Any CCs (comma separated) that should be sent to
Any BCCs (comma separated) that should be sent to
Subject for email
Body of email. Note, you can use student fields by enclosing them braces like {{first_name}}

Invoices

Email this should be from
Any CCs (comma separated) that should be sent to
Any BCCs (comma separated) that should be sent to
Subject for email
Body of email. Note, you can use student fields by enclosing them braces like {{first_name}}



{{log}}

Substitution Fields For Emails

Please note that not all records will have values for every field.
{{id}}
{{cohort}}
{{last_name}}
{{middle_name}}
{{first_name}}
{{street_address}}
{{city}}
{{state}}
{{country}}
{{zipcode}}
{{school}}
{{email_addr}}
{{payment_type}}
{{delivery_method}}
{{student_comments}}
{{payment_amount_due}}
{{invoice_number}}
{{graduation_date}}
{{invoice_notes}}
{{next_due_date}}
{{inactive}}
{{leave_of_absence}}
{{leave_of_absence_date}}
{{paid_in_full}}
{{withdrew}}
{{withdrawal_date}}
{{suspended}}
{{suspension_date}}
{{in_group}}
{{group_name}}
{{graduated}}
{{start_date}}
{{on_extension}}
{{extension_start_date}}
{{sponsored}} {{sponsor_contact}} {{sponsor_full_address}} {{sponsor_email}} {{sponsor_phone}} {{sponsorship_note}} {{student_notes}} {{phone}}
{{stid}}
{{stcode}}
{{gender}}
{{balance}}
{% endblock %}