{% if active_sub == 'top' %}
{% if timerange == 'hour' %} Last Hour {% elif timerange == '24h' %} Last 24 Hours {% elif timerange == '7d' %} 7 Days {% elif timerange == '30d' %} 30 Days {% elif timerange == 'all' %} All Time {% endif %} {{ time }}
{% endif %} {# if user has subscriptions, then show them #} {% if user.subscriptions %}
{% endif %}