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