{% extends 'dashboard.html' %} {% load i18n %} {% load staticfiles %} {% block content %}
{{ request.user.userprofile.livetvusername }}
{% if max_viewer_count %}
{% else %}

{% blocktrans %}You don't appear to be streaming right now. If you begin streaming, give this page a refresh and you should start seeing your live numbers stream in.{% endblocktrans %}

{% endif %}
{% endblock %} {% block script %} {% if max_viewer_count %} {% endif %} {% endblock %}