{% extends base.html %} {% block title %}temBoard - Home{% end %} {% block content %} {% import json %} {% from temboardui import json_encoder %}
{% if len(instance_list.all()) == 0 %}

{% try %} {% if role.is_admin %} No instance is available yet.
Go to Settings to add or configure instances. {% else %} You don't have access to any instance.
Please contact an administrator. {% end %} {% except %} {% end %}

{% end %}
{% end %}