Files
WYGIWYH/app/templates/currencies/pages/index.html
2024-10-16 00:16:48 -03:00

9 lines
261 B
HTML

{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}{% translate 'Currencies' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'currencies_list' %}" hx-trigger="load, updated from:window" class="show-loading mx-5"></div>
{% endblock %}