{% extends "stweb/base.html" %} {% block title %}siptrackweb - {{ form.title }}{% endblock %} {% block content %}
Applying template: {{ template.attributes.name }} {% if template.attributes.description %} - {{ template.attributes.description }}{% endif %}
{% if form.message %} {{ form.message|safe }}

{% endif %} {% for field in form.form %} {% endfor %}
Apply Rule Name Value Help
{{ field.label }} {% if field.is_hidden %}{{ field.initial }}{% else %}{{ field }}{% endif %} {{ field.help_text }}
 
{% endblock %}