{% extends 'euth_projects/project_detail.html' %} {% load i18n rules idea_tags micawber_tags %} {% block phase_content %}

{{ object.name }}

{{ object.date|date:"SHORT_DATETIME_FORMAT"}}

{{ object.description |oembed_html }} {% if object.offlineeventfileupload_set.count > 0 %}

{% trans 'Downloads' %}

{% endif %} {% if object.description == '' and object.offlineeventfileupload_set.count == 0 %}

{% trans 'No documentation has been provided yet' %}

{% endif %}
{% endblock %}