{% extends "cfp/event/base.html" %} {% load i18n %} {% block content %}

{% translate "Join collective rating" %}


{% if juror %}

{% translate "You have already joined the collective rating, but there are no submissions yet." %}

{% else %}
{% csrf_token %}
{% endif %} {% endblock %}