{% extends "relay-list.html" %} {% set contact_hash = relays.json['relay_subset'][0]['contact_md5'] %} {% if relays.json['relay_subset'][0]['contact'] %} {% set contact = relays.json['relay_subset'][0]['contact']|escape %} {% else %} {% set contact = 'none' %} {% endif %} {% block title %}Tor Relays :: Contact {{ contact_hash }}{% endblock %} {% block header %} Home :: Contact {{ contact_hash }}{% endblock %} {% block description %} Relays with contact info {{ contact }} are responsible for ~{{ bandwidth }} MB/s of traffic, with {% if middle_count > 0 %} {{ middle_count }} middle relay {%- if middle_count > 1 -%}s{%- endif -%} {% if exit_count > 0 %} and {% endif %} {% endif %} {% if exit_count > 0 %} {{ exit_count }} exit relay {%- if exit_count > 1 -%}s{%- endif -%} {%- endif -%} . {% endblock %}