{% extends "Intranet/Global.php.twig" %} {% block header %} {% endblock %} {% block body %} {{ R.js('moussajax/moussaSwitch') }}
Créer un nouvel inscrit
{% include 'Intranet/GenericAjax/searchListInscrits.php.twig' with {'UserNewsletter':UserNewsletter } %}

 
{#Object: #} {% include 'Input/hidden.twig' with {'type':'text', 'class': 'form-group', 'label': 'IdNl', 'idName':'usernewsletterId', 'value': currentUserLetter.usernewsletterId } %} {% include 'Input/simple.twig' with {'type':'text', 'class': 'form-group', 'label': 'Nom', 'idName':'nom', 'value': currentUserLetter.nom } %} {% include 'Input/simple.twig' with {'type':'text', 'class': 'form-group', 'label': 'Nom', 'idName':'prenom', 'value': currentUserLetter.prenom } %} {% include 'Input/simple.twig' with {'type':'text', 'class': 'form-group', 'label': 'Email', 'idName':'email', 'value': currentUserLetter.email } %} {% include 'Input/simple.twig' with {'type':'text', 'class': 'form-group', 'label': 'Adresse', 'idName':'adresse', 'value': currentUserLetter.adresse } %} {% include 'Input/simple.twig' with {'type':'text', 'class': 'form-group', 'label': 'Code postal', 'idName':'code_postal', 'value': currentUserLetter.codePostal } %} {% include 'Input/simple.twig' with {'type':'text', 'class': 'form-group', 'label': 'Ville', 'idName':'ville', 'value': currentUserLetter.ville } %}
{{ R.js('helpers') }} {{ R.js('vendor/*') }} {{ R.js('moussajax/moussaForm') }} {{ R.js('moussajax/moussaSortable') }} {{ R.js('moussajax/moussaListSearch') }} {% endblock %}