{% extends "pretixpresale/organizers/customer_base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load money %} {% load bootstrap3 %} {% block title %}{% trans "Your account" %}{% endblock %} {% block inner %}

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

{% if attendee_profiles %}
    {% for ap in attendee_profiles %}
  1. {{ ap.describe|linebreaksbr }} {% trans "Delete" %}
  2. {% endfor %}
{% else %}

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

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