{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}submissions{% endblock %} {%block head %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %} {% block content %}
Listed below are the candidates that you have submitted and their status.
This gives you the possibility to update your submission based on the
feedback you have received if you like.
Name | | Picture | | Status | | Motif (if rejected) | | Election status |
---|---|---|---|---|
{{ candidate.candidate_name }} |
|
{% if candidate.approved == true %}
![]() ![]() ![]() |
{{ candidate.approved_motif }} | {% if candidate.election.submission_open %} Update {% else %} Submission are closed {% endif %} |
No denied contributions have been found for you.
{% endif %} {% endblock %}