{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Currencies - Delete Currency
Delete a currency from the system
Deleting {{ object.name }}
{% csrf_token %} Are you sure you wish to delete {{ object.name }}? Please note that this will fail if the currency has already been used in an invoice. {% buttons %} Cancel {% endbuttons %}
{% endblock %}