{% extends "base.html" %} {% block title %}All users{% endblock %} {% block content %}

Users that {{ a }} is following that {{ b }} is not following

{% with users as pagination %} {% include "pagination.html" %} {% endwith %} {% with users as pagination %} {% include "pagination.html" %} {% endwith %} {% endblock %}