Anonymizer
{# Hide pill + tb-version when the update banner is on screen — they
duplicate the version pair already shown in the banner. The user
still sees the current version via the banner itself
("v0.2.5 → 0.2.6"). #}
{% if not update_available %}{% include "_network_status.html" %}{% endif %}
{% if not update_available %}v{{ app_version }}{% endif %}
{% if update_available %}{% include "_update_banner.html" %}{% endif %}