{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% if object.group %} {% endif %} {% endblock breadcrumbs %} {% block content %}
Tenant
Group {% if object.group %} {{ object.group }} {% else %} None {% endif %}
Name {{ object.name }}
Title {{ object.tile|placeholder }}
Phone {{ object.phone|placeholder }}
Email {{ object.email|placeholder }}
Address {{ object.address|linebreaksbr|placeholder }}
{% include 'inc/comments_panel.html' %} {% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='tenancy:tenant_list' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}