{% extends 'base.html' %} {% load staticfiles %} {% load i18n %} {% block content %}


LCTVA

{% trans "Analytics Dashboard for Livecoding.tv" %}

{% if request.user.id %} {% trans "Live Dashboard" %} {% else %} {% trans "Login with Livecoding.tv" %}
lctv-logo
{% endif %}

flash_on

{% trans "Real Time Analytics" %}

{% blocktrans %}After you're verified the app will automatically pick up your stream and start displaying your user counts on your dashboard (barring a few page refreshes).{% endblocktrans %}

group

{% trans "Browse Historic Data" %}

{% blocktrans %}Your viewer counts are stored for further analysis. What kind of analysis? That hasn't been decided yet - but you can count on the fact that you'll be able to learn something from your viewer numbers!{% endblocktrans %}

settings

{% trans "Livecoding.tv API Integrated" %}

{% blocktrans %}You are just a few clicks away from tracking your stream. No crazy forms to fill out, don't give us permission to your first born - just authorize the app to track your stream with livecoding.tv and you're set!{% endblocktrans %}



{% endblock %} {% block script %} {% endblock %}