{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Services" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Services") %} {% endblock page_header %} {% block main %} {{ table.render }} {{ modules }}

{% trans "Applied Rating Rules" %}

{% for rule in rating_rules %} {% empty %} {% endfor %}
{% trans "Service" %} {% trans "Field" %} {% trans "Value" %} {% trans "Type" %} {% trans "Cost" %}
{{ rule.service }} {{ rule.field }} {{ rule.value }} {{ rule.type }} {{ rule.cost_display }}
{% trans "No rating rules configured" %}
{% endblock %}