{{ form_start(form, {attr:{'class': "rd-mailform text-left", id : "frmcontact" }}) }}
{% if app.user== null %}
{{ form_row(form.name, {'attr':{'class': 'form-control'} }) }}
{{ form_row(form.email, {'attr':{'class': 'form-control'} }) }}
{{ form_row(form.telefono, {'attr':{'class': 'form-control'} }) }}
{% endif %}
{{ form_row(form.body, {'attr':{'class': 'form-control'} }) }}
{{ form_widget(form._token) }}
{{ form_end(form) }}