datatracker/ietf/templates/liaisons/liaison_title.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

7 lines
322 B
HTML

{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load ietf_filters %}
{% if not liaison.from_contact %}
Liaison statement submitted by email from {{ liaison.from_groups.first.name }} to {{ liaison.to_groups.first.name }} on {{ liaison.submitted|date:"Y-m-d" }}
{% else %}
{{ liaison.title }}
{% endif %}