{% extends 'search/index.html' %} {% block inline_css %} {{ block.super }} {% include 'user/list.css' %} {% endblock %} {% block javascript %} {% endblock %} {% block title %} {{ block.super }} > Users {% endblock %} {% block search_settings %}
{% endblock %} {% block search_results %} {% with sort=request.GET.sort %} Sort: Name | Date Joined | Images Submitted {% endwith %} {% include 'user/paginated_list.html' with user_page=user_page %} {% endblock %}