{% 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 %}
{% if context_type == "endpoint" %}
{% trans "No filters are applied to this endpoint in this sync." %}
{% elif context_type == "endpoint_all" %}
{% trans "No filters are using this endpoint." %}
{% else %}
{% trans "No expressions defined for this filter." %}
{% endif %}