{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans 'Progress for each node will appear below as the updates complete.' %}
{% blocktrans with count=nodes|length %}Preparing to update {{ count }} node(s)...{% endblocktrans %}
| {% trans 'Node' %} | {% trans 'Local update' %} | {% trans 'Remote update' %} |
|---|---|---|
| {{ node }} | {% trans 'Pending…' %} | {% trans 'Pending…' %} |