{% extends "Intranet/Global.php.twig" %} {% block body %} {{ R.js('moussajax/moussaSwitch') }}
{#
#} {##} {##} {#
#}
{% include 'Intranet/GenericAjax/searchListPublicPosts.php.twig' with {'listPosts':listPosts } %}

TYPE : {{ selectedPost.getType() | raw }}


{% include 'Input/hidden.twig' with {'type':'text', 'class': 'form-group', 'label': 'Type', 'idName':'type', 'value':selectedPost.getType()} %} {% for key,donnee in datas %} {{ donnee |raw }}
{% endfor %}

{% if selectedPost.getType() == 'annonce' or selectedPost.getType() == 'temoignage' %} {% endif %} {% if selectedPost.getType() == 'coordos' %} Mettre à jour un Ancien {% endif %}

{#
#} {#
#} {#

TEXTE

#} {#{% include 'Input/ckeditor.twig' with {'type':'text', 'class': 'form-group', 'label': 'About', 'idName':'about', 'value':selectedPost.about } %}#} {#
#} {##}

{{ R.js('helpers') }} {{ R.js('vendor/*') }} {{ R.js('moussajax/moussaSortable') }} {{ R.js('moussajax/moussaForm') }} {{ R.js('moussajax/moussaModal') }} {{ R.js('moussajax/moussaConfirm') }} {{ R.js('moussajax/moussaListSearch') }} {{ R.css('moussajax/moussaModal') }} {% endblock %}