summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/routers/templates/routers/index.html
blob: 8389f15addfa1609baffabf2638995750fbcc01b (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Routers" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Routers") %}
{% endblock page_header %}

{% block main %}
  {{ table.render }}
{% endblock %}