{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Global Service Configuration" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Global Service Configuration") %} {% endblock %} {% block main %} {% include "tuskar_boxes/overview/_global_service_config.html" %} {% endblock %}