{% extends "pretixpresale/organizers/customer_base.html" %} {% load i18n %} {% load icon %} {% load eventurl %} {% block title %}{% trans "Attendee profiles" %}{% endblock %} {% block inner %}

{% icon "users" %} {% trans "Attendee profiles" %} ({{ page_obj.paginator.count }})

{% if attendee_profiles %}
  1. {% for ap in attendee_profiles %} {% if forloop.counter0 and forloop.counter0|divisibleby:4 %}
  2. {% endif %}

    {{ ap.describe|linebreaksbr }}

    {% icon "trash" %} {% trans "Delete" %}

    {% endfor %}
{% else %}

{% trans "You don’t have any attendee profiles in your account yet." %}

{% endif %}
{% include "pretixcontrol/pagination.html" %} {% endblock %}