{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}

Back To Manage PMIS Interface

{% csrf_token %}
{% for attrfrm in attrib_list.attrib_forms %} {% endfor %}
Tag Setting Value
{{ attrfrm.attrib_tag }}Link to Interface Attribute Copied! {{ attrfrm.attrib_desc }}: {{ attrfrm.attrib_frm.attr_value }}
{% endblock %}