{% extends 'base.html.twig' %}
{% trans_default_domain 'Devis' %}
{% block stylesheets %}
{{ parent() }}
<link type="text/css" rel="stylesheet" href="{{ asset('bundles/craueformflow/css/buttons.css') }}" />
{% endblock %}
{% block body %}
{% include 'components/breadcrumb.html.twig' with {pages: [{route: path(app.request.attributes.get('_route')), label: app.request.attributes.get('_route')}], variation: 'centered'} %}
{% include 'components/intro.html.twig' with {title: 'Devis en ligne'} %}
{% include "forms/devis.html.twig" %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('sinister') }}
{% endblock %}