{% extends "Base.html" %} {% block main-content %}

Nominate

{% if warning %}
{{warning}}
{% endif %} {% if error %}
{{error}}
{% endif %}
{% csrf_token %}
{% if nominated %}
{% if error %}❌{% else %}✅{% endif %} {{nominated}}
{% include "Banter.html" with track=nominated %} {% endif %} {% endblock %}