{% if account.sip_registrations %}
{{ _("Active Registrations") }}
{% for reg in account.sip_registrations %} {% end %}
{{ reg.user_agent }} {{ reg.protocol }}/{{ reg.network_ip }}:{{ reg.network_port }} {% if reg.is_reachable() and reg.latency %} {{ "%.2f ms" % reg.latency }} {% else %} {{ _("N/A") }} {% end %}
{% end %}