{% block stylesheets %}
{{ encore_entry_link_tags('mobile_manifest_signature') }}
{% endblock %}
{% if app.request.hasPreviousSession %}
{% for tipo, mensajes in app.session.flashbag.all() %}
{% for mensaje in mensajes %}
{{ mensaje | trans | raw }}
{% endfor %}
{% endfor %}
{% endif %}
{% block page_content %}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('mobile_manifest_signature') }}
{{ encore_entry_script_tags('manifest_signature') }}
{% endblock %}