{% load buttons %} {% load custom_links %} {% load job_buttons %} {% load plugins %} {% load ui_framework %}
{% if include_timestamps_and_buttons %}
{% include 'inc/created_updated.html' %}
{% custom_links object %} {% job_buttons object %} {% block buttons %} {% plugin_buttons object %} {% render_detail_view_extra_buttons %} {% block extra_buttons %}{% endblock extra_buttons %} {% consolidate_detail_view_action_buttons %} {% endblock buttons %}
{% else %}
{% render_detail_view_extra_buttons %}
{% endif %} {{ tab_content }}