{% extends "form_simp_base.html" %} {% block content %}

your assignments:

Your grades:


{% csrf_token %}
{% for c in clist %} {% if not c.archived %}
{{ c.displayname }} {{ c.stucode }} {{ c.tascode }} users action: {% if c.browsable %} hide {% else %} show {% endif %} edit configuration remove
{% endif %} {% endfor %}
...

Thumbnail label

...

Button Button

{% if not clist %}

Error!!!!M

{% endif %} {% endblock %}