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