{% extends "stweb/base.html" %} {% block title %}siptrackweb - display attribute{% endblock %} {% block content %}
Attribute Information
{% if attribute.max_versions %} {% endif %}
Name: {{ attribute.name|escape }}
Type: {{ attribute.atype|escape }}
Max stored versions: {{ attribute.max_versions|escape }}



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