aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/contact.html
blob: d060a2d906e258181ecec700f0d327a8981a8d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% 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 %}<a href="../../">Home</a> :: Contact {{ contact_hash }}{%
endblock %}
{% block description %}Relays with contact info <code>{{ contact }}</code> 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 %}