diff --git a/src/c3nav/mesh/templates/mesh/mesh_messages.html b/src/c3nav/mesh/templates/mesh/mesh_messages.html
index 2ad3ae53..321ac7df 100644
--- a/src/c3nav/mesh/templates/mesh/mesh_messages.html
+++ b/src/c3nav/mesh/templates/mesh/mesh_messages.html
@@ -113,6 +113,14 @@
{% endfor %}
+ {% elif msg.message_type == "OTA_STATUS" %}
+ OTA Status: {{ msg.parsed.content.status }},
+ Update ID: {{ msg.parsed.content.update_id }},
+ Recv Bytes: {{ msg.parsed.content.received_bytes }},
+ Next Chunk: {{ msg.parsed.content.next_expected_chunk }},
+ Auto Apply: {{ msg.parsed.content.auto_apply }},
+ Auto Reboot: {{ msg.parsed.content.auto_reboot }},
+
{% elif msg.message_type == "LOCATE_RANGE_RESULTS" %}