{% include 'header.html' %}
| Name: | Output: | 
|---|---|
| TOR Mode | {% if use_tor_proxy == true %} Active {% if tor_established == true %} & Connected{% endif %} {% endif %} | 
| Circuit Established | {{ data.circuit_established }} | 
| Bytes Written | {{ data.bytes_written }} | 
| Bytes Read | {{ data.bytes_read }} |