{% extends "base_page.html" %} {# Make link with form_manager #} {% set project = object_struct %} {# Set the title that will be used in base_page #} {% if project['id'] and project['id'] != '' %} {% set subtitle = "Suppresion du projet " + project['name'] %} {% else %} {% set subtitle = "Projet " + project['name'] + "supprimé" %} {% endif %} {% block content %} {% if project['id'] and project['id'] != '' %} {% endif %} {% endblock %}