{% extends "dj_tracker/base.html" %} {% block title %}Requests{% endblock %} {% block body %}

Requests

{% for url_path in page_obj %}
{{ url_path }}
{{ url_path.num_trackings }}
{% empty %}

No trackings yet.

{% endfor %}
{% endblock %}