{% extends 'trix_student/base.django.html' %} {% load i18n %} {% block not_signed_in_warning %}{% endblock %} {% block title %}{% trans "User" %}{% endblock %} {# Since you have to be logged in to view the user pages, send them to the frontpage when logging out. #} {% block header %} {% include "trix_student/include/header.django.html" with disable_next='True' %} {% endblock %} {% block content %}
{{ user }}
{{ user.last_login }}
{% trans "Consented: " %}{{ user.consent_datetime }}
{% else %}{% trans "Has not consented" %}
{% endif %} {% trans "Consent form" %}{{ user_role }}