Skip to content

Commit dc85412

Browse files
committed
This template was missed. Fixes ietf-tools#579
- Legacy-Id: 2788
1 parent 5684bc3 commit dc85412

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The following liaison {{ days_msg }}. Plase take actions.
2+
3+
Title: {{ liaison.title }}
4+
Submission Date: {{ liaison.submitted_date }}
5+
URL of the IETF Web page: {% url liaison_detail object_id=liaison.pk %}
6+
{% if liaison.deadline_date %}Please reply by {{ liaison.deadline_date }}{% endif %}
7+
From: {{ liaison.from_body }} ({{ liaison.person }} <{{ liaison.replyto|default:liaison.from_email|fix_ampersands }}>)
8+
To: {{ liaison.to_body }} ({{ liaison.to_poc }})
9+
Cc: {{ liaison.cc1 }}
10+
Reponse Contact: {{ liaison.response_contact }}
11+
Technical Contact: {{ liaison.technical_contact }}
12+
Purpose: {% if liaison.purpose_text %}{{ liaison.purpose_text }}{% else %}{{ liaison.purpose.purpose_text }}{% endif %}
13+
{% if liaison.related_to %}Referenced liaison: {% if liaison.related_to.title %}{{ liaison.related_to.title }}{% else %}Liaison #{{ liaison.related_to.pk }}{% endif %} ({% url liaison_detail object_id=liaison.related_to.pk %}){% endif %}
14+
Body: {{ liaison.body }}
15+
Attachment(s):
16+
{% for file in liaison.uploads_set.all %}
17+
{{ file.file_title }} https://datatracker.ietf.org/documents/LIAISON/file{{ file.file_id }}{{ file.file_extension }}
18+
{% empty %}
19+
No document has been attached
20+
{% endfor %}

0 commit comments

Comments
 (0)