{% if users.getTotalItemCount > 0 %}
{% else %}
{% include "Global/message.html.twig" with { type: "info", message: ('You are not following any organizer'|trans), icon: "fas fa-exclamation-circle" } %}
{% endif %}
{{ knp_pagination_render(users, null, {}, {'align': 'center'}) }}
{% for user in users %}
{% include "Global/organizer-card.html.twig" with {organizer: user.organizer} %}
{% endfor %}