astara-horizon/astara_horizon/astara_openstack_dashboard/dashboards/admin/astararouters/templates/astararouters/poll.html

12 lines
314 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Poll Routers" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Poll Routers") %}
{% endblock page_header %}
{% block main %}
{% include "admin/astararouters/_poll.html" %}
{% endblock %}