binder/binder/templates/bcommon/add_record_result.htm

25 lines
367 B
HTML

{% extends "base.htm" %}
{% block pageheader %}
{% endblock pageheader %}
{% block body %}
{% if response.forward_response %}
Forward Record Creation Output
<pre>
{{ response.forward_response }}
</pre>
{% endif %}
<p>
{% if response.reverse_response %}
Reverse Record Creation Output
<pre>
{{ response.reverse_response }}
</pre>
{% endif %}
{% endblock body %}