{% extends "base.html" %} {% load django_bootstrap5 %} {% load markdownify %} {% load i18n %} {% block title %} Your nominations for the {{ election.name }} - {{ CONVENTION_NAME }} {% endblock title %} {% block content %}
Here are your {{ election.name }} nominations, as of {{ most_recent }}
{% endif %} {% for nomination in noms %} {% if forloop.first %}You don't have any nominations.
{% endfor %}