{% extends "remapp/base.html" %} {% load i18n %} {% block navhelp %}
Manufacturer | Model | Software version |
---|---|---|
{{ object.manufacturer }} | {{ object.manufacturer_model_name }} | {{ object.software_version }} |
Deleting this entry will not change which systems are processed as this manufacturer and model are in the list without the software restriction.
{% else %}Display name | Institution | Department | Manufacturer | Model | Station name | Serial no. | Software version | Gantry ID |
---|---|---|---|---|---|---|---|---|
{{ eachrow.display_name }} | {{ eachrow.institution_name }} | {{ eachrow.institutional_department_name }} | {{ eachrow.manufacturer }} | {{ eachrow.manufacturer_model_name }} | {{ eachrow.station_name }} | {{ eachrow.device_serial_number }} | {{ eachrow.software_versions }} | {{ eachrow.gantry_id }} |