{% extends 'infrastructure/base.html' %} {% load i18n %} {% block title %}{% trans 'Deployment Roles' %}{% endblock %} {% block page_header %} {% include 'horizon/common/_page_header.html' with title=_('Deployment Roles') %} {% endblock page_header %} {% block main %}
{% comment %}This will likely move to the tables Meta in the future{% endcomment %} {{ table.render }}
{% endblock %}