{% extends 'base.html' %} {% load helpers %} {% load perms %} {% load plugins %} {% block header %}
{% plugin_buttons instance %} {% if request.user|can_change:instance %} Edit {% endif %} {% if request.user|can_delete:instance %} Delete {% endif %}

{% block title %}{{ instance.device }} / {{ instance }}{% endblock %}

{% endblock %}