datatracker/ietf/templates/liaisons/liaison_title.html

9 lines
335 B
HTML

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