{% extends "base.html" %} {% block body %}
{% csrf_token %} {% if show_descriptions %} {% endif %} {% for project in projects %} {% if show_descriptions %} {% endif %} {% endfor %}

{{ labels.title }}

{{ labels.name }}{{ labels.description }}{{ labels.creation_time }} {{ labels.last_update }}
{{ project.name }}{{ project.description|linebreaks }}{{ project.creation_time }} {{ project.last_update }}
{{ labels.button_create }}
{% endblock body %}