{% if project.sections.all %}
{% for section in project.sections.all %}

{{ section.name }}

{% if section.date %}

{{ section.date|date:"m/d/Y" }}

{% endif %}
{% if section.description %}

{{ section.description }}

{% endif %} {% if section.links.all %} {% endif %} {% if section.slides.all %} {% endif %}
{% endfor %}
{% else %}

Nothing has been posted to {{ project.category.name }} yet.

{% endif %}