{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Tenants
  • {% if object.group %}
  • {{ object.group }}
  • {% endif %}
  • {{ object }}
  • {% endblock %} {% block content %}
    Tenant
    Group {% if object.group %} {{ object.group }} {% else %} None {% endif %}
    Description {{ object.description|placeholder }}
    {% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='tenancy:tenant_list' %}
    Comments
    {% if object.comments %} {{ object.comments|render_markdown }} {% else %} None {% endif %}
    {% plugin_left_page object %}
    {% plugin_right_page object %}
    {% plugin_full_width_page object %}
    {% endblock %}