{% extends "stweb/base.html" %} {% block title %}siptrackweb - views{% endblock %} {% block content %}
Views
{% for view in view_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Name Description
{% if view.attributes.name %} {{ view.attributes.name|escape }} {% else %} [UNKNOWN] {% endif %} {{ view.attributes.description }}



{% include "stweb/configs/display.html" %} {% endblock %}