Event proposals
Challenges
{% if challenge_proposals.count > 0 %} {% for c in challenge_proposals %} {% endfor %} {% else %}
There are no challenges proposals
Workshops
{% if workshop_proposals.count > 0 %} {% for w in workshop_proposals %} {% endfor %} {% else %}
There are no workshops proposals
Special issues
{% if issue_proposals.count > 0 %} {% for s in issue_proposals %} {% endfor %} {% else %}
There are no special issues proposals