{% extends "base.html" %} {% load common bootstrap3 %} {% block page_title %}OS Group - {{ osgroup }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Operating Systems
  • OS Groups
  • {{ osgroup }}
  • {% endblock %} {% block content_title %} OS Group - {{ osgroup }} {% endblock %} {% block content %}
    Name{{ osgroup }}
    Operating Systems in this OS Group{{ osgroup.os_set.select_related.count }}
    {% if user.is_authenticated and perms.is_admin %}
    Are you sure you want to delete this OS Group?
    {% csrf_token %}
    {% else %}
    You do not have permission to delete this OS Group.
    {% endif %}
    {% endblock %}