{% if pager.total_pages > 0 %}
{% for item in pager.items %}
{% if item.type == 'course' %} {% elseif item.type == 'chat' %} {% endif %}
{{ item.name }}
申请加入
{% endfor %}
{{ partial('partials/pager_ajax') }} {% endif %}