{% extends "./base/base.html" %} {% block top %}

channel faq.

{{ streamer }} Twitch stats

{% if faq_data[streamer] %}

In the last 30 days, {{ streamer }} has had a peak of {{ faq_data[streamer][2] }} viewers with an average of {{ faq_data[streamer][1] }} viewers.

{% else %}

Unfortunately, we do not have data for this streamer as this point with regards to their viewership.

{% endif %}

{{ streamer }} rankings on Twitch

{% if faq_data[streamer] %}

Last month {{ streamer }} placed rank {{ faq_data[streamer][0] }} on Twitch based on multiple metrics, including viewership, followers & more.

{% else %}

Unfortunately, we do not have data for this streamer as this point with regards to their Twitch rank.

{% endif %}

{{ streamer }} Twitch views stats

{% if faq_data[streamer] %}

{{ streamer }} currently has {{ faq_data[streamer][5] }} Total Views on Twitch.

{% else %}

Unfortunately, we do not have data for this streamer as this point with regards to their total views.

{% endif %}

{{ streamer }} Twitch follower count

{% if faq_data[streamer] %}

{{ streamer }} currently has {{ faq_data[streamer][4] }} Followers on Twitch, with {{ faq_data[streamer][3] }} followers gained in the last 30 days!

{% else %}

Unfortunately, we do not have data for this streamer as this point with regards to their total follower count.

{% endif %}

How much does {{ streamer }} make on Twitch?

👀

current ban status.

{% if ban_data[streamer][1] == 0 %}

{{ streamer }} is NOT currently banned.

{% else %}

{{ streamer }} IS currently banned.

{% endif %}

How many times has {{ streamer }} been banned?

{% if ban_data[streamer][0][0] %}

{{ streamer }} has been banned {{ ban_data[streamer][0][0] }} time(s).

{% else %}

{{ streamer }} has never been banned.

{% endif %}

When was {{ streamer }}'s last ban?

{% if ban_data[streamer][0][1] %}

{{ streamer }}'s last ban was {{ ban_data[streamer][0][1] }}.

{% else %}

{{ streamer }} has never had a last ban, yet.

{% endif %}

What was {{ streamer }}'s longest ban?

{% if ban_data[streamer][0][2] %}

{{ streamer }}'s longest ban was {{ ban_data[streamer][0][2] }}.

{% else %}

{{ streamer }}'s longest ban was approximately 0 seconds long.

{% endif %}

top clips.

{% if top_clips %} {% for n in range(clip_length) %}
{{top_clips[n][0]}} views {{top_clips[n][1]}} s

{{top_clips[n][2]}}

{{top_clips[n][3]}}

{% endfor %} {% endif %}
{% endblock %}