{% block content_reminders %}
{% if reminders is defined and reminders|length >0 %}
{% include '@LcShop/backend/default/block/list_reminders.html.twig' %}
{% endif %}
{% endblock %}
{% block content_help %}
{% if _entity_config is defined and _entity_config[app.request.query.get('action')]['help']|default(false) %}