{% extends "base.html" %} {% load i18n %} {% load djblets_deco %} {% block title %}{% trans "Manual server updates required" %}{% endblock %} {% block headerbar %}{% endblock %} {% block content %} {% box "important" %}
{% blocktrans %} A recent change requires manual updates to be made on this server. After these changes are made, you should restart your server. {% endblocktrans %}
{% blocktrans %} To keep track of future updates, please visit the Required Server Updates page, or subscribe to the mailing list. {% endblocktrans %}
{% endbox %} {% for update in updates %} {% box %} {{update}} {% endbox %} {% endfor %} {% endblock %}