{% extends "orga/base.html" %} {% load i18n %} {% block content %}

{% translate "Event History" %}

{% include "common/logs.html" with entries=log_entries hide_title=True %} {% include "orga/pagination.html" %}
{% endblock %}