{% extends "base.html" %} {% load static %} {% block title %} {{ page_title }} | {{ SITE_NAME }} {% endblock title %} {% block canonical_url %} {% if not debug %} {% url 'works:works' %} {% endif %} {% endblock %} {% block content %}

Explorez notre expertise

Découvrez l'inspiration, réalisez vos rêves

{% for solution in solutions %} {% for type in solution.type.all %}{% endfor %}
{% for type in solution.type.all %}

{{type.name}}

{% endfor %}

{{solution.content|safe}}

{% endfor %}
{% include '_includes/partners.html' %}
{% endblock %}