{% extends "ui/page.html" %} {% load crispy_forms_tags i18n static ui %} {% block title %}{% translate 'Delete a save?' %} | {% translate 'My Saves' %}{% endblock %} {% block page_body %}

{% translate 'Delete a save?' %}

{% include 'ui/associations/partials/delete_confirmation.html' %} {% crispy form %}
{% endblock %}