{% load i18n %}
{% if object %} {% if context_type == "endpoint" or context_type == "endpoint_all" %} {% trans "Combined Filters" %}: {{ object.endpoint }} {% if sync %}  - {% trans "Sync:" %} {{ sync.name }} (ID: {{ sync.pk }}) {% else %}  - {% trans "All Syncs" %} {% endif %} {% else %} {% trans "Merged Filter Expressions for filter type" %}: {{ object.filter_type|upper }} {% endif %} {% else %} {% trans "Combined Filters" %} {% endif %}
{% if is_empty %} {% else %}
{{ combined_expressions | json }}
{% endif %}