{% extends "admin/change_form.html" %} {% load i18n admin_urls static admin_list ow_tags %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
| {% trans "Device" %} | {% trans "Status" %} | {% trans "Image" %} | {% trans "Last Updated" %} |
|---|---|---|---|
| {{ operation.device.name }} |
{{ operation.get_status_display }}
|
{% if operation.image %} {{ operation.image }} {% else %} {% trans "None" %} {% endif %} | {{ operation.modified|date }} |
| {% trans "No device upgrades found." %} | |||
{% blocktrans count counter=paginator.count %} {{ counter }} upgrade operation {% plural %}{{ counter }} upgrade operations {% endblocktrans %}
{% endif %} {% if page_obj.has_other_pages %}