{% load crispy_forms_tags i18n icons translations %} {% 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 %} {% translate "Not yet signed in" %} {% endif %} {% endif %} {% for group in user.project_groups %}{{ group }}{% endfor %} {% icon 'pencil.svg' %} {% icon 'delete.svg' %}
{% csrf_token %}
{% csrf_token %}