{% extends base.html %} {% block title %}temBoard - Home{% end %} {% block content %} {% import json %}
{% 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 %}