{% block body %}
openorg_timeseries demo
Home
Documentation
{% if user.is_authenticated %}
Time-series Admin
{% endif %} {% if user.is_staff %}
Admin
{% endif %} {% if user.is_authenticated %}
Logged in as {{ user.first_name }} {{ user.last_name }} ({{ user.username }})
Log out
{% else %}
Log in
{% endif %}
{% block content %}{% endblock %}
{% endblock %}