{% 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.access_type == 'code' %}
The number of codes is limited. To get a code, click the link — but please only take a code if you don't already have access to the item and intend to use it.
{% endif %} {% if packet.description %}
{{ packet.description|markdownify }}
{% endif %}