{% extends 'layouts/master-page' %}
{% block title %}Most recent entries{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{% include 'subpages/filters.html' %}
{% include 'subpages/pager.html' %}
{% include 'subpages/table.html' %}
{% include 'subpages/pager.html' %}
{% endblock %}