{% for section in project.section_set.all %}
{% partial section %}
{% empty %}
{% endfor %}
{% if can_create_section %}
{% translate "No sections yet" %}
{% translate "Create your first section to start organizing tasks." %}
{% if can_create_section %} {% go_to_action href="dashboard:projects:create-section" project_uuid=project.uuid label=_("Create section") title=_("Create a new section") %} {% endif %}
{% go_to_action href="dashboard:projects:create-section" project_uuid=project.uuid label=_("Create section") title=_("Create a new section") style="primary" %}
{% endif %}