{% extends "base.html" %} {% load markdownify %} {% block content %}

{{ packet_file.name }}

{% if packet_file.description %}
{{ packet_file.description|markdownify }}
{% endif %} {% block display_code %} {% if display_code %}

Your Packet Item Code

{{ display_code }}
{% else %}
{% endif %} {% endblock display_code %}
Note: This code is unique to you. You can access it again at any time by returning to this page. You have viewed this code {{ access_count }} time{{ access_count|pluralize }}.
Back to Packet
{% endblock %}