{# # Author: thl-cmk[at]outlook[dot]com # URL : https://thl-cmk.hopto.org # Date : 2022-12-10 # File : status.html # # 2023-03-13: moved error columns to the debug output # 2023-04-11: fine tuning output (formatting) # #} {% macro header_row() %}
{{ loop.index }} | {# #} | {% if debug %}{{device.serial }} | {% else %}{{ device.serial }} | {% endif %}{{ device.platform }} | {{ device.hw_rev }} | {{ device.ip_address }} | {{ device.pnp_flow_readable }} | {{ device.status }} | {{ device.first_seen }} | {{ device.last_contact }} | {{ device.current_job }} | {{ device.version }} | {{ device.target_image.version }} | {{ device.error_code_readable }} | {% if debug %}{{ device.image }} | {{device.target_image.image }} | {{ device.target_image.size }} | {{ device.destination_free }} | {{ device.destination_name }} | {{ device.error_code }} | {{ device.error_message }} | {{ device.error_count }} | {{ device.hard_error }} | {{ device.backoff }} | {% endif %}