1 {% extends "catalogue/base.html" %}
3 {% load url from future %}
9 <h1><a href='{% url "catalogue_activity" prev_day.isoformat %}'><</a>
10 {% trans "Activity" %}: {{ day }}
12 <a href='{% url "catalogue_activity" next_day.isoformat %}'>></a>
17 {% endblock content %}