{% extends "shared/base.html" %} {% load i18n staticfiles event_tags %} {% load render_table from django_tables2 %} {% block title %}{% trans "Activity" %}{% endblock %} {% block content %}

{{ activity.title}} {% if perms.event.activity_can_change and user.is_staff %} {% endif %}

{% include "event/activity_summary.html" with activity=activity %}

Description

Description{{activity.description|default:"   -   "}}

Remarque (staff){{activity.remark|default:"   -   "}}

{% for att in attributions %} {% endfor %}
Matériel Quantité Propriétaire Remarque
{{ att.equipment }} {{ att.amount }} {{ att.equipment.owner }} {{ att.remark }}
{% endblock %} {% block aside %}
Du {{ activity.beginning | date:"l d F Y H:i" }} au {{ activity.end | date:"l d F Y H:i" }}

{% endblock %}