{% extends 'base.html' %} {% block content %}

{% block title %}Latest Submissions{% endblock %}

{% if page > 1 %} Back {% endif %} {% if not page == total_pages %} Next {% endif %}
{% endblock %}