{% extends "base.html" %} {% load url %} {% load profiles %} {% load static %} {% block breadcrumbs %}
{% endblock %} {% block topbar2 %} {% if "change_challenge" in challenge_perms or user_is_participant %} {% include "evaluation/partials/phase_navbar.html" with submission_nav=True %} {% endif %} {% endblock %} {% block content %}| Created | Phase | User | Comment | Evaluations |
|---|---|---|---|---|
| {{ submission.created }} | {{ submission.phase.title }} | {{ submission.creator|user_profile_link }} | {{ submission.comment }} |
|