{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ title }} - {% translate "SLA Configurations" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if sla_config %} {% translate "Edit SLA configuration" %} {% else %} {% translate "Create new SLA configuration" %} {% endif %}
{% translate "SLA configurations define deadlines for complaints based on source, severity, and priority." %}