{% extends "base.html" %} {% block content %}
CUCP_F1C_IP | RRC | InitialCtxt | Bctxt | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
ATT | SUCC | FAIL | TO | ATT | SUCC | FAIL | TO | ATT | SUCC | FAIL | TO | |
{{ cucpip }} | {% for cumulative_stat in cumulative_stat_list %} {% if cucpip == cumulative_stat.cucp_ip and cumulative_stat.category == "RRC" %}{{ cumulative_stat.attempts }} | {{ cumulative_stat.success }} | {{ cumulative_stat.fails }} | {{ cumulative_stat.timeouts }} | {% endif %} {% if cucpip == cumulative_stat.cucp_ip and cumulative_stat.category == "InitialCtxt" %}{{ cumulative_stat.attempts }} | {{ cumulative_stat.success }} | {{ cumulative_stat.fails }} | {{ cumulative_stat.timeouts }} | {% endif %} {% if cucpip == cumulative_stat.cucp_ip and cumulative_stat.category == "Bctxt" %}{{ cumulative_stat.attempts }} | {{ cumulative_stat.success }} | {{ cumulative_stat.fails }} | {{ cumulative_stat.timeouts }} | {% endif %} {% endfor %}