{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load job_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 %} {% if object.clone_fields and user|can_add:object %} {% clone_button object %} {% endif %} {% if user|can_change:object %} {% edit_button object %} {% endif %} {% if user|can_delete:object %} {% delete_button object %} {% endif %} {% endblock buttons %}
{% block masthead %}

{% block title %}{{ object }}{% endblock %}

{% endblock masthead %} {% include 'inc/created_updated.html' %}
{% custom_links object %} {% job_buttons object %} {% block panel_buttons %}{% endblock panel_buttons %}
{% 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_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 %}
{% include 'inc/object_details_advanced_panel.html' %}
{% block advanced_content_right_page %}{% endblock advanced_content_right_page %}
{% block advanced_content_full_width_page %}{% endblock advanced_content_full_width_page %}
{% block extra_tab_content %}{% endblock extra_tab_content %}
{% endblock content %} {% block javascript %} {% endblock javascript %}