{% extends 'base_secundary.html.twig' %} {% block title %}{% trans %}My Plan{% endtrans %}{% endblock %} {% block menu %}{% endblock %} {% block stylesheets %} {% if app.session.get('VIEW') == 'SIMPLE_VIEW' %} {% endif %} {% endblock %} {% block wrapper %}

{% trans %}My Plan{% endtrans %}

{% for label, messages in app.flashes %} {% for message in messages %}
{{ message|trans }}
{% endfor %} {% endfor %} {% form_theme form.plan 'form/form_plan_theme_provider.html.twig' %} {{ form(form) }}
{% if is_granted('ROLE_PROVIDER') and app.session.get('SUSCRIPTION') is not null %} {% if app.session.get('SUSCRIPTION')['PLAN_TEST'] == false %}
{% if (app.session.get('SUSCRIPTION')['PAYMENT_ACTIVE']) %} {{'cancel_suscription_button'|trans}} {% else %} {{'keep_suscription_button'|trans}} {% endif %}
{% endif %} {% endif %}
{% endblock %} {% block footer %} {% endblock footer %} {% block footer_class %}footer_movil{% endblock footer_class %} {% block javascripts %} {{ parent() }} {% endblock %}