{% extends "vault/base.html" %} {% load i18n %} {% block title %}Storage - {{ project_name }}{% endblock %} {% block content_title %}Object Storage{% endblock %} {% block content_breadcrumb %} Object Storage {% trans "Remove from cache" %} {% endblock %} {% block content %}
{% csrf_token %}
{{ form.urls.label }}
{{ form.urls }} {{ form.urls.errors }}
{% trans "Enter all the URLs you need to remove from cache. One URL per line." %}
{% endblock %}