{% extends 'base.html.twig' %} {% block title %} {{ 'menu.profil.editTitle'| trans }} {% endblock %} {% block body %}

 

 

{{ include("layouts/Flash/_flash.html.twig") }}
{{ include('user/_sidebar.html.twig') }}

{{ 'menu.profil.editTitle'| trans }}

{% if not form.vars.valid %} {% endif %}
{{ form_start(form,{ "attr": { 'id': 'form-registration', 'class': 'xs-campaign', 'autocomplete': 'nofill' }}) }}
{{ form_row(form.category, {'attr' : { 'placeholder' : 'banlal.add.label.category'| trans }}) }}
{{ form_row(form.type, {'attr' : { 'placeholder' : 'banlal.add.label.type'| trans , "class": 'js-type'}}) }}
{{ form_row(form.mobilization_at, {'attr' : { 'placeholder' : 'nom de mon pays', 'class': 'js-mobilisation' }}) }}
{{ form_row(form.place, {'attr' : { 'placeholder' : 'banlal.add.label.place'| trans, 'class': 'js-lieu' }}) }}
{{ form_row(form.is_public, {'attr' : { 'placeholder' : 'banlal.add.label.public'| trans }}) }}
{{ form_row(form.end_at, {'attr' : { 'placeholder' : 'banlal.add.label.endDate'| trans , "class": 'js-endAt' }}) }}
{#
#} {# #} {# {{ form_row(form.is_active, {'attr' : { 'placeholder' : 'nom de la categorie en En' }}) }}#} {#
#}
{{ form_row(form.amount, {'attr' : { 'placeholder' : 'banlal.add.label.amount'| trans }}) }}
{{ form_row(form.currency, {'attr' : { 'placeholder' : 'banlal.add.label.currency'| trans }}) }}
{{ form_row(form.name, {'attr' : { 'placeholder': 'banlal.add.label.name'| trans }}) }}
{{ form_row(form.city, {'attr' : { 'placeholder': 'banlal.add.label.city'| trans, 'class': 'js-ville' }}) }}
{{ form_row(form.country, {'attr' : { 'placeholder': 'banlal.add.label.country'| trans, 'class': 'js-pays' }}) }}
{{ form_row(form.logoFile, {'attr' : { 'placeholder' : 'nom de la categorie en En' }}) }}
{{ form_row(form.content, {'attr' : { 'placeholder': 'banlal.add.label.content'| trans }}) }}
{{ form_end(form) }}
{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} Html->script('editor/tinymce.min'); ?> {% endblock %}