{% extends "interface/project_base.html" %} {% load md2 %} {% block page %}
{% if project.event_date %}

{{ project.when }}

{% endif %}

{{ project.description|markdown }}

{% if project.owner %}

Project email: {{ project.owner }}

{% endif %} {% if project.enable_submissions %} {% include 'submissions/project_detail.html' %} {% endif %} {% if project.enable_library %} {% include 'library/project_detail.html' %} {% endif %}
{% endblock %}