{% extends 'trix_student/base.django.html' %} {% load i18n %} {% block not_signed_in_warning %}{% endblock %} {% block title %}{% trans "User" %}{% endblock %} {% block body %}
{{ user }}
{{ user.last_login }}
{% trans "Consented: " %}{{ user.consent_datetime }}
{% else %}{% trans "Has not consented" %}
{% endif %} {% trans "Consent form" %}{{ user_role }}
{{ item.howsolved }}
{% endfor %} {% include "trix_student/include/pager.django.html" %}