{% with cell=field.cell %}
{{ field.label }}
{% 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 field.primary and row.view_url %} {{ cell.display }} {% else %} {{ cell.display }} {% endif %} {% if field.summary_hover %} {{ field.summary_hover }} {% endif %} {% endif %}
{% endwith %}