{% extends 'base.html' %} {% load buttons %} {% block header %}
{% endblock %} {% block content %}
{% add_button 'plugins:config_officer:template_add' %}

{% block title %}Device configuration templates{% endblock %}

{% include 'utilities/obj_table.html' with bulk_delete_url="plugins:config_officer:templates_bulk_delete" %}
{% endblock %}