{% 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' %}
{% block app_content %}
{% include 'admin/_tabbed_nav.html' %}
{{ _('No posts.') }}
{% endfor %}{{ _('No comments.') }}
{% endfor %}