{% extends "base_site.html" %} {% load paginator common %} {% block stylesheet %}changelists{% endblock %} {% block bodyclass %}change-list{% endblock %} {% block coltype %}colSM{% endblock %} {% block sidebar %}{% include "sidebar.html" %}{% endblock %} {% block content %}
{% searchform %} {% if filter_bar %}

Filter

{{ filter_bar|safe }}
{% endif %} {% gen_table page.object_list %} {% pagination page request %}
{% if user.is_authenticated %} {% if perms.is_admin %}

Actions

Delete OS's with no hosts
{% endif %} {% endif %} {% endblock %} {% block title %}Operating Systems{% endblock %} {% block content_title %}OS's{% endblock %} {% block breadcrumbs %}{{ block.super }} › Operating Systems{% endblock %} {% block objecttools %} {% endblock %}