{% extends "base.html" %} {% load i18n jmbo_inclusion_tags %} {% block content %}
{% trans "My friend requests" %}
{% for object in object_list %} {% endfor %}
{% pager page_obj %}
{% endblock %}