{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% translate "Event History" %} :: {% endblock extra_title %} {% block content %}

{% translate "Event History" %}

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