{% extends "base/base-front-general.html.twig" %} {% block title %}{% trans into locale %}Panels{% endtrans %} | Cershop{% endblock %} {% block metadescription %}{% endblock %} {% block robots %}noindex,follow{% endblock %} {% block stylesheet %} {{ parent() }} {% endblock %} {% block bodyclass %}{{ parent() }}{% endblock %} {% block contenido %}
{% include '/partials/front-menu-cuenta.html.twig' %}
{% if not app.user %} {% endif %}
{% if app.user %} {% if form_errors(form) %} {% endif %} {% for flash_message in app.session.flashbag.get('danger') %} {% endfor %} {% for flash_message in app.session.flashbag.get('success') %} {% endfor %}
{{ form_start(form, {'action':path('cuentaPaneles'), 'method':'POST'}) }}
{{form_widget(form.nombre)}}
{{ form_end(form) }}
{% endif %}
{% for tablero in tableros %}
Cershop
{{ tablero.nombre }}
{% endfor %}
{% if app.user %} {% endif %} {% endblock %} {% block javascript %} {{ parent() }} {% if app.user %} {% endif %} {% endblock %}