{% extends 'base.html.twig' %}
{% block title %} {% trans %}COSAP - Processus CRM{% endtrans %} {% endblock %}
{% block body %}
{{ parent() }}
{% if action == "edit" or action == "add" %}
{% if action == "add" %} {% trans %}Nouvel{% endtrans %} {% else %} {% trans %}Modifier{% endtrans %} {% endif %} {% trans %}Enregistrement{% endtrans %}
{% trans %}Liste des Processus CRM{% endtrans %} {{ processus.getTotalItemCount }}