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