Files
WYGIWYH/app/templates/import_app/pages/profiles_index.html
2025-01-22 10:43:18 -03:00

9 lines
266 B
HTML

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