{% extends "base.html" %} {% load static %} {% block content %}

RoutingGroup Listing

{% for object in object_list %} {% endfor %}
IDLink slug name status status_changed created modified description
{{object.pk}} {{object}} {{ object.slug }} {{ object.name }} {{ object.status }} {{ object.status_changed }} {{ object.created }} {{ object.modified }} {{ object.description }}
Create new RoutingGroup {% endblock %}