{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Account history" %}{% endblock %} {% block content %}

{% trans "Account history" %}

{% trans "Account history" %}

{% include "pretixcontrol/includes/logs.html" with obj=fakeobj %}
{% include "pretixcontrol/pagination.html" %} {% endblock %}