{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% block header %}
{# TODO: Provide absolute search URL #}
{% plugin_buttons object %} {% block buttons %} {% if request.user|can_add:object %} {% clone_button object %} {% endif %} {% if request.user|can_change:object %} {% edit_button object %} {% endif %} {% if request.user|can_delete:object %} {% delete_button object %} {% endif %} {% endblock %}

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

{% include 'inc/created_updated.html' %}
{% block tab_buttons %} {% custom_links object %} {% endblock %}
{% block tabs %} {% endblock %} {% endblock %}