{% extends "stweb/base.html" %} {% block title %}siptrackweb - display view{% endblock %} {% block content %}
View Information
Name: {{ view.attributes.name|escape }}
Description: {{ view.attributes.description|escape }}



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