{% extends "base.html" %} {% block content %}
Job submitted at {{ target.submitted.strftime('%Y-%m-%d %H:%M') }}
Latency | Jitter | Packet loss | Source | Contact | Date |
---|---|---|---|---|---|
{% if r.avgrtt is not none() %}{{ r.avgrtt }} ms{% endif %} | {% if r.jitter is not none() %}{{ r.jitter }} ms{% endif %} | = 50 %} class="red" {% elif packetloss > 0 %} class="orange" {% endif %}> {{ packetloss|round(2) }}% | {{ r.participant.name }} | {{ r.participant.contact }} | {{ r.date.strftime('%Y-%m-%d %H:%M') }} |