{% extends "layout/pui-admin-layout.html" %} {% set name = "Operators" %} {% block title %}{{- name }}{% endblock %} {% block admin_layout %}
Action | ||||
---|---|---|---|---|
{{ row.name|default("", True) }} | {% if auth_base == "USERNAME" %}{{ row.username|default("", True) }} | {% else %}{{ row.email|default("", True) }} | {% endif %}{{ row.accessType|default("", True) }} | {{ row.status|default("", True) }} | {% with edit=url_for("operator_controller.update", id=row.id), delete=url_for("operator_controller.delete", id=row.id), details=url_for("operator_controller.details", id=row.id) %} {% include("snippet/table-row-action.html") %} {% endwith %}