{% extends "admin/base.html" %} {% from "oldman/dashboard/components/modal.html" import modal %} {% block title %}{{ model_admin.verbose_name_plural }} ยท Oldman Admin{% endblock %} {% block content %}
{{ _("Select a row action to continue.") }}
{% endcall %} {% endif %} {% if admin_user_management %} {% call modal( "user-status-modal", _("Change Status"), component="modal", close_label=_("Close"), dialog_scrollable=true, remote_content=true ) %}{{ _("Select a row action to continue.") }}
{% endcall %} {% endif %} {% if admin_user_management %} {% call modal( "user-delete-modal", _("Delete User"), component="modal", close_label=_("Close"), dialog_scrollable=true, remote_content=true ) %}{{ _("Select a row action to continue.") }}
{% endcall %} {% endif %} {% endblock %}