{% extends "dash/_frame.twig" %} {% block title %} {{ title }} {% endblock %} {% block stylesheets %} {% endblock %} {% block mainContent %} {{ filter }} Pages {{ stats['all'] }} {{ stats['published'] }} {{ stats['deleted'] }} {% for page in pages %} {% if page.media[0].type == 'mp4' %} Sorry, your browser doesn't support embedded videos. {{ include("dash/partials/recent-meta.twig") }} {% else %} {{ include("dash/partials/recent-meta.twig") }} {% endif %} {% endfor %} {% if numOfPages > 1 %} {{ currentPage }} of {{ numOfPages }} {% endif %} {% endblock %}