{% extends "combo/manager_base.html" %} {% load i18n %} {% block appbar %}

{% trans "Overwrite Asset" %}

{% endblock %} {% block content %}
{% csrf_token %}

{% trans "This will erase the existing file and replace it with a new one." %}

{{ form.as_p }}
{% trans 'Cancel' %}
{% endblock %}