{% 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 that were
rejected with the reason why.
This gives you the possibility to update your submission based on the
feedback you have received.
{{ 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 %}