{% for column in table_columns %} {% endfor %} {% for row in table_rows %} {% for cell in row.cells %} {% endfor %} {% empty %} {% endfor %}
{% if column.sortable %} {% else %} {{ column.label }} {% endif %} Actions
{% if cell.kind == 'totp' %}
{% if cell.configured %} •••••• {% if cell.allowed and cell.refresh_url %} Loading… {% endif %} {% else %} — {% endif %}
{% elif cell.kind == 'secret' %}
{% if cell.configured %} •••••••• {% if cell.allowed and cell.secret_url %} {% endif %} {% else %} — {% endif %}
{% else %} {% if cell.primary and row.view_url %} {% if not row.restricted or can_restricted %} {{ cell.display }} {% else %} {{ cell.display }} {% endif %} {% else %} {{ cell.display }} {% endif %} {% endif %}
{% if row.download_url %} Download {% endif %} {% if row.reveal_url and can_reveal %} {% if not row.restricted or can_restricted %} Reveal {% endif %} {% endif %} {% if can_change %} {% if not row.restricted or can_restricted %} Edit {% endif %} {% endif %} {% if row.archive_url and can_archive %} {% if not row.restricted or can_restricted %}
{% csrf_token %}
{% endif %} {% endif %} {% if row.delete_url and can_delete %} {% if not row.restricted or can_restricted %}
{% csrf_token %}
{% endif %} {% endif %}
No records