{% extends 'base/layout.html' %} {% block content %}

Add New Pack Listing

Create a listing for physical or virtual packs.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% if field.errors %}
{{ field.errors.as_text }}
{% endif %}
{% endfor %}
Cancel
{% endblock %}