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

Add Content to Pack

Listing: {{ listing.name }}

{% csrf_token %} {% if cards %}

Select Cards to Include

{% for card in cards %}
{% endfor %}

Select multiple cards to create a single pack containing all selected items.

Cancel
{% elif query %}

No cards found matching "{{ query }}"

{% endif %}
{% endblock %}