{% extends "base2.html" %} {% block title %}/ Target Maps{% endblock %} {% block target_map_menu_active %} class="active"{% endblock %} {% block content %}
{% if target_maps %} Target URL maps {% for item in target_maps %} {% endfor %}
UIDNameComment
{{ item.uid }}{{ item.name }} {{ item.comment }}
{% endif %} {% load bootstrap3 %}
{% csrf_token %} Target URI map editor {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}