{% extends "messages/email/applicant_base.html" %} {% load i18n %} {% block content %} {% blocktrans with title=source.title date_from=invoice.date_from date_to=invoice.date_to %}An {{ ORG_SHORT_NAME }} staff member has updated your invoice for {{ title }} for period {{ date_from }} to {{ date_to }}.{% endblocktrans %} {% blocktrans with status=invoice.get_status_display %}It is now {{ status }}.{% endblocktrans %} {% trans "Title" %}: {{ source.title }} {% trans "Link" %}: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }} {% endblock %}