{% extends "forms-side.html" %} {% load forms common %} {% load url from future %} {% block extrahead %} {{ form.media }} {% endblock %} {% block title %}OS Group {{ osgroup }} {% endblock %} {% block content_title %}OS Group Information{% endblock %} {% block breadcrumbs %}{{ block.super }} › Operating SystemsGroups › {{ osgroup }} {% endblock %} {% block content %}

{{ osgroup }} Details

Name {{ osgroup.name }}

Operating Systems linked to OS Group {{ osgroup }}

{% for repo in osgroup.os_set.select_related %} {% endfor %}
OS Name
{{ repo }}
{% if user.is_authenticated %} {% if perms.is_admin %}

Delete Confirmation

Are you sure you want to delete this OS Group? This will also any linked Operating Systems.
{% csrf_token %}
{% else %}

Insufficient Permissions

You do not have sufficient permissions to delete this OS Group.
{% endif %} {% endif %} {% endblock %}