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

Back To Manage PMIS Interface

{% if not req_rule_allow_tag_variables %} {% if uses_tag_variables %}
Interface Attribute REQ_RULE_ALLOW_TAG_VARIABLES is turned off, but a data translation uses a tag variable
{% endif %} {% endif %}
{% csrf_token %}
{% include 'report-table-header.html' %} {% for lookup in lookup_list %} {% endfor %}
{{ lookup.lookup_type }}Link to Data Translation Copied! {{ lookup.data_tag }} {{ lookup.group_tag }} {{ lookup.instance }} {{ lookup.for_data_tag }} {{ lookup.for_group_tag }} {{ lookup.for_instance }} {{ lookup.test_value }} {{ lookup.search_order }} {{ lookup.action }}         {% if lookup.lookup_type_id == 0 %}         {% endif %}
   
{% csrf_token %} {% if warning %} {% endif %}
WARNING: {{warning_message}}
{{ edit_form.interface }}{{ edit_form.lookup_type }}From Data Tag: {{ edit_form.data_tag }}    From Group Tag: {{ edit_form.group_tag }}    From Instance: {{ edit_form.instance }}
To Data Tag: {{ edit_form.for_data_tag }}    To Group Tag: {{ edit_form.for_group_tag }}    To Instance: {{ edit_form.for_instance }}
Search Order: {{ edit_form.search_order }}    Test Value: {{ edit_form.test_value }}    {{ edit_form.active }} Active?    {{ edit_form.testing }} Testing?
Action: {{ edit_form.action }}
Return Value: {{ edit_form.return_value.as_hidden }}
Permanently Delete Translation?
{% endblock %}