{% if user_list %} {{ user_title }}{{ user_list|length }} {% for admin in user_list|slice:":25" %}{{ admin.profile.get_user_display_link }}{% endfor %} {% if user_list|length > 25 %}…{% endif %} {% endif %}