{% extends "backend/base.html" %} {% block content %}
Currencies
Create, edit and delete currencies
Active Currencies
{% for currency in object_list %} {% endfor %}
Name Code Symbol Options
{{ currency.name }} {{ currency.code }} {{ currency.symbol }}
{% endblock %}