datatracker/ietf/templates/liaisons/feed_item_description.html

13 lines
387 B
HTML

{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{{ obj.body|truncatewords:"30"|wordwrap:"80"|linebreaksbr }}
<h3>Attached Document{{ attachments|pluralize }}</h3>
{% if attachments %}
<ul>
{% for doc in attachments %}
<li><a href="{{ doc.get_href }}">{{ doc.title }}</a><br>
{% endfor %}
</ul>
{% else %}
<p>NONE</p>
{% endif %}