{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans title %}

{{ search_form.release.label }} {{ search_form.release }} {{ search_form.search }} {% if user.is_authenticated %} {{ search_form.my }} Show only my scans {% endif %} {{ search_form.overdue }} Show only overdue runs {{ search_form.latest }} Show only latest runs
{% include "pagination.html" %} {% include "waiving/list_include.html" %} {% include "pagination.html" %} {% endblock %}