{% extends 'admin/base_site.html' %} {% block content %}
{% csrf_token %} {{ form }} {% for tracker in queryset %} {% endfor %}

{% endblock %}