{% extends "core/base.jinja" %} {% block title %} {% trans %}Candidate{% endtrans %} {% endblock %} {% block content %} {%- if (election.can_candidate(user) and election.is_candidature_active) or (user.can_edit(election) and election.is_vote_editable) %}
{% csrf_token %} {{ form.as_p() }}

{%- else -%} {% trans %}Candidature are closed for this election{% endtrans %} {%- endif %} {% endblock content %}