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

Media

{% if show_skipped %} Hide skipped media {% else %} Show skipped media {% endif %}
{% 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 show_skipped=show_skipped %} {% endblock %}