{% extends '_base.html' %} {% load helpers %} {% block title %}{{ tenant }}{% endblock %} {% block content %}
{% if perms.tenancy.change_tenant %} Edit this tenant {% endif %} {% if perms.tenancy.delete_tenant %} Delete this tenant {% endif %}

{{ tenant }}

Tenant
Group {{ tenant.group }}
Description {% if tenant.description %} {{ tenant.description }} {% else %} N/A {% endif %}
Created {{ tenant.created }}
Last Updated {{ tenant.last_updated }}
Comments
{% if tenant.comments %} {{ tenant.comments|gfm }} {% else %} None {% endif %}
{% endblock %}