{% extends "agenda_culturel/event_form.html" %}
{% load static %}
{% block title %}Modérer {{ object.title }}{% endblock %}
{% block content %}
{% load static_content_extra %}
Modération de l'événement {{ object.title }} ({{ object.start_day }})
{% include "agenda_culturel/single-event/event-single-inc.html" with event=object noedit=1 %}
{% include "agenda_culturel/event-info-inc.html" %}
{% endblock %}