{% load compress %}
{% block title %}Job-Runner{% endblock %}
{% block extrahead %}{% endblock %}
{% block extracss %}{% endblock %} {% compress js %} {% endcompress %} {% block extrajs %}{% endblock %}
Job-Runner
{% if user.is_authenticated %}
Dashboard
Jobs
{% endif %}
{% if user.is_authenticated %}
{{ user.username }}
{% if user.is_staff %}
Admin interface
{% endif %}
Logout
{% else %}
Login
{% endif %}
{% if user.is_authenticated %}
{% templatetag openvariable %} global_state.getProject().title {% templatetag closevariable %}
{% templatetag openvariable %} project.title {% templatetag closevariable %}
Show all projects
{% endif %} {% block navbar %}{% endblock %}
Dashboard is not live
Dashboard is live
{% block content %}{% endblock %}