{% extends 'base.html' %}{% load static %} {% block headtitle %}Media{% if source %} - {{ source }}{% endif %}{% endblock %} {% block content %}

Media

{% include 'infobox.html' with message=message %}
{% for m in media %}
{% empty %}
No media has been indexed{% if source %} that matches the specified source filter{% endif %}.
{% endfor %}
{% include 'pagination.html' with pagination=sources.paginator filter=source.pk %} {% endblock %}