{% extends "base.html" %} {% block title %}{{ table_name }} — Portal Auth Admin{% endblock %} {% block content %}
{{ table_name }}| {{ key }} | {% endfor %} {% if table_name in ['users', 'sessions', 'api_tokens'] %}Actions | {% endif %}||
|---|---|---|---|
| {{ (row.get(key, ''))[:80] }}{% if row.get(key, '') and (row.get(key, ''))|length > 80 %}…{% endif %} | {% endfor %} {% if table_name == 'users' and raw_rows %}Edit Password | {% elif table_name == 'sessions' and raw_rows %}{% elif table_name == 'api_tokens' and raw_rows %} | {% endif %} |
No rows.
{% endif %}