{% extends "default.html" %} {% block pagetitle %}Delete Media{% endblock %} {% block content %} {% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %}

Delete Media

Delete Media

{% endblock %}