{% extends 'trix_student/base.django.html' %} {% load i18n %} {% block not_signed_in_warning %}{% endblock %} {% block title %}{% trans "User" %}{% endblock %} {% block body %} {% comment %} TODO: List assignments that the user has solved
{% include "trix_student/include/pager.django.html" with pager_extraclass="pager-no-topmargin hidden-xs" %} {% for item in solved_assignments %}

{{ item.assignment }}

{{ item.howsolved }}

{% endfor %} {% include "trix_student/include/pager.django.html" %}
{% endcomment %} {% endblock body %}