{% load markdownify humanize %}
{{ packet }} {% if packet.access_type == 'code' %}Code{% endif %} {% if packet.access_count > 0 %} (accessed {{ packet.access_count }}×) {% endif %}
{% if packet.size %}
{{ packet.size|filesizeformat }}
{% endif %} {% if packet.last_modified %}
{{ packet.last_modified|naturaltime }}
{% endif %} {% if packet.description %}
{{ packet.description|markdownify }}
{% endif %}