{% extends 'index.html' %} {% block title %}Tenants{% endblock %} {% block headscript %} {% endblock %} {% block header %} {% include "page-header.html" %} {% endblock %} {% block content %}
+ Add tenant

Tenants

{% if tenants and tenants.length %} {% for entry in tenants %} {% endfor %}
Name Description Workers
{{ entry.name }} {{entry.description}} {{entry.workers}}
{% else %}

You haven't configured any tenants.

{% endif %}
{% endblock %}