{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% include "@d3totp/admin/inc/bootstrap.html.twig" %} {% set totp = edit.d3GetSessionedTotp() %} {% set userid = edit.getId() %} {{ totp.loadByUserId(userid) }} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %} {% if force2FA %}