{% extends "base_page.html" %} {# Set the title that will be used in base_page #} {% if project['id'] and project['id'] != '' %} {% set subtitle = "Modifier le projet "+ project['name'] %} {% else %} {% set subtitle = "Ajouter un nouveau projet" %} {% endif %} {% block content %}
{% endblock %}