{% extends "templates/base.html" %} {% block title %}{{ _('Community') }}{% endblock %} {% block content %}
Community
×
{{ _("No results found") }}
{{ _("Try some other keyword or explore our community") }}
{% for user in user_details %} {{ widgets.MemberCard(member=user, show_course_count=False, avatar_class="avatar-large") }} {% endfor %}
{% if user_count > user_details | length %}
Load More
{% endif %}
{% endblock %}