{% extends "base.html" %} {% set active_page = "index" %} {% block page_title %}Dashboard{% endblock %} {% block page_sub %}
{% endblock %} {% block content %} {% if buckets is none %}{% if not current_user.is_authenticated %}Bitte anmelden.{% else %}Keine Berechtigung, Lizenzen anzusehen.{% endif %}