{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {# Adapter error alert for a category fragment. Renders nothing when no error. #} {% if adapter_error %}
{{ adapter_error }}
{% endif %}