{% extends 'layout.html' %} {% load fr_display %} {% block content %} {% for activity in activities %} {% include 'snippets/status.html' with status=activity %} {% endfor %} {% if prev %} Previous {% endif %} {% if next %} Next {% endif %} {% endblock %}
Previous
Next