{% load i18n %} {% load translations %} {% load icons %} {% load crispy_forms_tags %} {% if not user.is_bot %} {{ user.username }} {% endif %} {{ user.full_name }} {% if not user.is_bot and can_edit_user %} {{ user.email }} {% endif %} {% if user.is_bot %} {{ user.date_expires|naturaltime }} {% else %} {% if user.last_login %} {{ user.last_login|naturaltime }} {% else %} {% trans "Not yet signed in" %} {% endif %} {% endif %} {% for group in user.project_groups %} {{ group }} {% endfor %} {% icon 'pencil.svg' %} {% icon 'delete.svg' %}
{% csrf_token %}
{% csrf_token %}
{% if not user.last_login and not user.is_bot %}
{% csrf_token %}
{% endif %}