{% if current_user.is_authenticated and cea_update_available %} {% set level = "error" if cea_update_available.level == "critical" else "warning" %}
A new version of Astronomer Certified 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 %}