{% extends "sshkm/base.html" %} {% block title %}Groups{% endblock %} {% block content %} New

{% if groups %}
{% csrf_token %}
{% for group in groups %} {% endfor %}
Name  
{{ group.name }}
Delete
{% else %}

No Groups are available.

{% endif %} {% endblock %}