{% extends "orga/base.html" %} {% load i18n %} {% load static %} {% load history_sidebar %} {% block extra_title %}{% translate "History detail" %} :: {% endblock extra_title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

{% translate "Log Detail" %}

{% include "orga/event/history_detail_content.html" %} {% endblock content %}