{% extends "withnav_template.html" %} {% from "components/tick-cross.html" import tick_cross %} {% from "components/live-search.html" import live_search %} {% from "components/button/macro.njk" import govukButton %} {% block service_page_title %} Team members {% endblock %} {% block maincolumn_content %}
{% set folder_count = user.template_folders_for_service(current_service) | length %} {% if folder_count == 0 %} Cannot see any folders {% elif folder_count != current_service.all_template_folders | length %} Can see {{ folder_count }} folder{% if folder_count > 1 %}s{% endif %} {% else %} Can see all folders {% endif%}
{% endif %} {% if current_service.has_permission('email_auth') %}{% if user.auth_type == 'sms_auth' %} Signs in with a text message code {% elif user.auth_type == 'email_auth' %} Signs in with an email link {% elif user.auth_type == 'webauthn_auth' %} Signs in with a security key {% endif %}
{% endif %}