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

18 lines
455 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>
</li>
{% endfor %}
</ul>
{% else %}
<p>
(None)
</p>
{% endif %}