<div hx-get="{{ insert_tag('env::request') }}" hx-headers='{"SR-Ajax": "CommunityFriendsModule"}' hx-trigger="updateWaList from:body" class="{{ class }} content-wrapper block"{{ cssID }}{% if style is defined and style is not empty %} style="{{ style }}"{% endif %}>

{% block content %}
    {% for slot in slots %}
        {{ slot.time|date('d.m.Y H:i') }}
    {% endfor %}
{% endblock %}

</div>