{% if not qs.ajax %} {% extends "starter-template.html" %} {% endif %} {% block content %} {% if not qs.ajax %} {% include "trx.index.activeconditions.html" %}

{% include "trx.index.filterform.html" %}

AUTO REFRESH

{% endif %} {% for trx in trxs %} {% if trx.responses %} {% endif %} {% endfor %}
Destination Product RC
{{ trx.destination }}
by {{ trx.member }} on {{ trx.ts | replace(r/.* /, '') }} {% if trx.lastResponse %} ({{ trx.lastResponse.ts | replace(r/.* /, '') }}) {% endif %}
{{ trx.product }}
({{ trx.supplier }})
{% set rcClass = "label label-danger" %} {% if trx.rc == "00" %} {% set rcClass = "label label-success" %} {% elif trx.rc == "68" %} {% set rcClass = "label label-default" %} {% endif %} {{ trx.rc }}

Total {{ trxcount }} transactions available in {{ pagecount }} pages.

{% if not qs.ajax %}
{% if qs.autorefresh == "1" %} {% endif %} {% endif %} {% endblock %}