{% extends "base_page.html" %} {% block more_heads %} {% endblock %} {% block content %}
Fiche Projet
ID :
{{project.id}}
{% for pl in project.labels %}
{{pl.label.category.name}} :
{{pl.label.name}}
{% endfor %}
Etat :
Date RSP :
Fiche projet :
Date MAJ de la fiche :
Commentaire :
Modifier


{% for header in charges[0] %} {% endfor %} {% for line in charges[1:] %} {% for cell in line %} {% endfor %} {% endfor %}
{{header}}
{{cell}}
{% endblock %} {% block more_scripts %} {% include 'd3js-includes.html' %} {% include 'charges-includes.html' %} {% endblock %}