{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Currencies - Create Currency
Create a new currency
Create Currency
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}