{% extends 'program_base.html' %} {% load commonmark %} {% block title %} Call for Participation | {{ block.super }} {% endblock %} {% block program_content %} {% if not camp.call_for_participation_open %}
Note! This Call for Participation is not open.
{% endif %} {% if not camp.call_for_participation %}

This CFP has not been written yet.

{% else %} {{ camp.call_for_participation|trustedcommonmark }} {% endif %} {% endblock %}