{% extends "orga/generic/_form.html" %} {% load history_sidebar %} {% load static %} {% block stylesheets %} {% if show_history %} {% endif %} {% endblock %} {% block scripts %} {% if show_history %} {% endif %} {% endblock scripts %} {% block form %} {% if not show_history %} {{ block.super }} {% else %}