{% extends 'base.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
{% with list_url=object|validated_viewname:"list" %}
{% if list_url %}
{% endif%} {% endwith %}
{% block buttons %} {% plugin_buttons object %} {% block extra_buttons %}{% endblock extra_buttons %} {% consolidate_detail_view_action_buttons %} {% endblock buttons %}
{% block masthead %}

{% block title %}{{object.display|default:object}}{% endblock %}

{% endblock masthead %} {% endblock header %} {% block content %}
{% block content_left_page %}{% endblock content_left_page %} {% include 'inc/custom_fields/panel.html' with custom_fields=object.get_custom_field_groupings_basic computed_fields=object.get_computed_fields_grouping_basic computed_fields_advanced_ui=False %} {% include 'inc/relationships_panel.html' %} {% include 'extras/inc/tags_panel.html' %} {% plugin_left_page object %}
{% block content_right_page %}{% endblock content_right_page %} {% plugin_right_page object %}
{% block content_full_width_page %}{% endblock content_full_width_page %} {% plugin_full_width_page object %}
{% endblock content %}