File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments