{% extends "admin/change_form.html" %} {% load i18n %} {% block title %}{% trans "Add media files to category" %} {{ block.super }}{% endblock %} {% block content %}

{% trans "Add media files to category" %}

{% trans "Select category to apply:" %}

{% csrf_token %}
{{ category_form.as_p }}

{% trans "The following media files will be added to the selected category:" %}

    {{ mediafiles|unordered_list }}
{% endblock %}