+ {% if status.latest_version %}
+
+
+ {{ status.latest_tag }}
+
+ {% if not status.update_available %}
+
+
+ {% trans %}update_manager.already_up_to_date{% endtrans %}
+
+ {% endif %}
+
+
+ {% if status.update_available and status.can_auto_update and validation.valid and not web_updates_disabled %}
+
+ {% endif %}
+
+ {% if status.published_at %}
+
+
+ {% trans %}update_manager.released{% endtrans %}: {{ status.published_at|date('Y-m-d') }}
+
+ {% endif %}
+ {% else %}
+
+
+
{% trans %}update_manager.could_not_fetch_releases{% endtrans %}
+
+ {% endif %}
+
+ {% if status.latest_tag %}
+
+ {% endif %}
+