{% extends "attendeereg/email_base.txt" %} {% block body %} The user {{ from_user }} has made a change request for {% if invoice %} invoice {{ invoice }}: {{ invoice.get_site_absolute_url }}{% else %}{% if registration.invoice %}Invoice {{ registration.invoice }} {% endif %}Registration {{ registration }}: {{ registration.get_site_absolute_url }}{% endif %} {{ message }} {% endblock %} {% block noreply %} NOTE: This e-mail was generated automatically. Please include the registration mailing list <{{ settings.ATTREG_REQUEST_REPLYTO_EMAIL }}> in all communications. {% endblock %}