{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% from 'bootstrap/form.html' import render_form %} {% set active_child = 'admin_content_trash' %} {% block app_content %}

{{ _('Most downvoted posts in the last 3 days') }}

{% for post in posts.items %} {% include 'post/_post_teaser.html' %} {% endfor %}

{% include 'admin/_nav.html' %}

{% endblock %}