datatracker/ietf/templates/feeds/liaison_title.html
2010-07-21 12:48:05 +00:00

8 lines
281 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% load ietf_filters %}
{% if obj.by_secretariat %}
Liaison statement submitted by email from {{ obj.from_body|safe }} to {{ obj.submitter_name|safe }} on {{ obj.submitted_date }}
{% else %}
{{ obj.title|safe }}
{% endif %}