{% extends 'front.html.twig' %} {% block title %} {{ post.title }} {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ post.title }}

  • Home
  • /
  • Thése
  • /
  • {{ post.title }}

{{ post.title }}

{{ post.title }}

{{ post.content | raw }}



Encadrée par :
{{ post.supervised }}

Auteurs
{{ post.author }}

Date de soutenance
{{ post.datePub | date('d/m/Y') }}

Latest Thèses

{% for post in posts %}

{{ post.title }}

{% endfor %}
{% for post in posts %}

{{ post.title }}

{% endfor %}

Quick contact to help?

Excepteur sint occaecat non proident, sunt in culpa officia deserunt mollit anim id est laborum.

Contact Us
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}