{% extends "base.html" %} {% block title %}Probe Cache Administration{% endblock %} {% block content %}

Force Update of Probe Cache Objects

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field }}

{{ form.errors }} {% for msg in message_list %} {% endfor %}
{{ msg }}

{% endblock %}