{% load i18n %} {% include "cfp/event/fragment_state.html" with state=record.state %} {% if record.pending_state %}
({% translate "pending" context "proposal status: pending state change" %} {% include "cfp/event/fragment_state.html" with state=record.pending_state %}) {% endif %}