{% endif %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block entity_form %}
{% if app.session.get('VIEW') == 'SIMPLE_VIEW' and app.user.plan is not null %}
{{app.user.plan.name|upper}}
{{'current_plan'|trans}}
{% endif %}
{% if form.openHours is defined %}
{% form_theme form.openHours 'form/form_open_hours_theme.html.twig' %}
{% endif %}
{% 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
and app.session.get('VIEW') == 'SIMPLE_VIEW' %}
{% if app.session.get('SUSCRIPTION')['PLAN_TEST'] == false %}