{% extends "admin/base_site.html" %} {% block title %}Backup Create{% endblock %} {% block branding %}

{{ site_header|default:_('whatever site administration') }}

{% endblock %} {% block content %}

Create a new Backup


{% csrf_token %} {{ form.as_p }}
Cancel
{% endblock %}