{% block sublayout_content %}
{# Flash messages ! #}
{% if app.session.flashbag.keys()|length > 0 %}
{% endif %}
{% block content %}
{% endblock %}
{% if app.user.isAbsent %}
{% endif %}
{# DISABLED {{ chill_widget('homepage', {} ) }} #}
{% include '@ChillMain/Homepage/index.html.twig' %}
{% endblock %}
{{'absence.You are marked as being absent'|trans }}
{{ 'absence.Unset absence'|trans }}