{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists }} {% endblock %} {% block content %}
{{ trans('list.email') }} | {{ trans('list.registered_at') }} | {{ trans('list.updated_at') }} | {{ trans('list.is_admin') }} | {{ trans('list.has_two_factor') }} | {{ trans('list.is_blocked') }} | {{ trans('list.blocked_code') }} | ||
---|---|---|---|---|---|---|---|---|
#{{ user.id }} | {{ user.email }} | {{ user.created_at.formatLocalized(monthAndDayFormat) }} {{ user.created_at.format('H:i') }} | {{ user.updated_at.formatLocalized(monthAndDayFormat) }} {{ user.updated_at.format('H:i') }} | {% if user.isAdmin %} {% else %} {% endif %} | {% if user.has2FA %} {% else %} {% endif %} | {% if user.blocked == 1 %} {% else %} {% endif %} | {% if user.blocked == 1 %} {% if user.blocked_code == "" %} ~ {% else %} {{ user.blocked_code }} {% endif %} {% endif %} |