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

{% icon "shopping-cart" %} {% trans "Orders" %} ({{ page_obj.paginator.count }})

{% if orders %} {% else %}

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

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