{% if current_user.is_authenticated and cea_update_available %} {% set level = "error" if cea_update_available.level == "critical" else "warning" %}
{% if "can_dismiss" | is_item_visible("UpdateAvailable") %} {% endif %}

A new version of {{cea_update_available.app_name}} is available.

{% if cea_update_available.url %} {% endif %} Version {{ cea_update_available.version }} {% if cea_update_available.url %} {% endif %} was released on {%- if cea_update_available.level == "critical" %} and this is a critical fix {%- endif -%} .

{% if cea_update_available.description %}

{{ cea_update_available.description }}

{% endif %}
{% endif %}