#}
{% if factures|length > 0 %}
{% else %}
{% include 'app/noresult.html.twig' %}
{% endif %}
{#
{% if facturesIntermittent|length > 0 %}
{% else %}
{% include 'app/noresult.html.twig' %}
{% endif %}
{% if facturesSociete|length > 0 %}
{% else %}
{% include 'app/noresult.html.twig' %}
{% endif %}
#}
{#
#}
{% endif %}
{% endblock %}
{% block javascripts %}
{% if result != '' %}
{% endif %}
{% endblock %}