{% extends 'cards/base.html' %} {% block content %}
← Back to list

Print cards

Select which cards to include and choose a design. Click Open printable view to open the print preview in a new tab (you can then print to PDF or to an A4 printer).

{% if cards %} {% with sample_card=cards.0 %}
Sample
{% comment %} Render all design fragments hidden and toggle via JS. Each fragment should contain a `.toptrump-card`. {% endcomment %}
Design preview — not printed
{% endwith %} {% endif %}
{% endblock %}