2024-11-24 02:56:36 +08:00
{% load i18n %}
{% block subject %}
{% blocktrans %}USTP - Document Request Form Update{% endblocktrans %}
{% endblock %}
{% block text_body %}
{% blocktrans %}You're receiving this email because your document request has been {{ request_status }}.{% endblocktrans %}
2025-01-08 13:38:39 +08:00
{% blocktrans %}Remarks: {{ remarks }}{% endblocktrans %}
2024-11-24 02:56:36 +08:00
{% trans 'Please visit the site to check your request:' %}
{{ url|safe }}
2024-11-24 10:49:38 +08:00
2024-12-16 14:58:50 +08:00
{% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies. Hardcopy requests are valid only within 1 month of requesting.' %}
2024-11-24 02:56:36 +08:00
{% endblock %}
{% block html_body %}
< p >
{% blocktrans %}You're receiving this email because your document request has been {{ request_status }}.{% endblocktrans %}
< / p >
2025-01-08 13:38:39 +08:00
< p >
{% blocktrans %}Remarks {{ remarks }}{% endblocktrans %}
< / p >
2024-11-24 02:56:36 +08:00
< p >
{% trans 'Please visit the site to check your request:' %}
< / p >
2024-11-24 10:49:38 +08:00
2024-11-24 02:56:36 +08:00
< p >
< a href = "{{ url|safe }}" > < / a >
< / p >
2024-11-24 10:49:38 +08:00
< p >
2024-12-16 14:58:50 +08:00
{% trans 'For hardcopy requests, please proceed to the USTP office to avail of your requested copies. Hardcopy requests are valid only within 1 month of requesting.' %}
2024-11-24 10:49:38 +08:00
< / p >
2024-11-24 02:56:36 +08:00
{% endblock %}