{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load static %} {% block content %}
Static Routes
{% render_table routes_table %}
{% endblock %}