{% extends "events/base-print.html" %} {% load event_tags %} {% block title %}{% blocktrans with title=event.get_title %}Print Badges - {{ title }}{% endblocktrans %}{% endblock %} {% block meta_description %}{{ event.get_description }}{% endblock %} {% block meta_keywords %}{{ event.get_keywords }}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{% trans "Print Badges" %}

{% for registrant_data in registrants %} {% if not forloop.parentloop.first %}
{% endif %}
{% for registrant in registrant_data.registrants %}
{% badge registrant 'front' %}
{% badge registrant 'back' %}
{% endfor %}
{% endfor %}
{% endblock %} {% block extra_body %} {% endblock %}