{% extends 'base.html' %} {% load helper_tags %} {% block content %}

Walkaround Report

{% if messages %} {% for msg in messages %}
{{msg.message}}
{% endfor %} {% endif %} {% if form.errors.items %} {% for field in form %} {% for error in field.errors %}
{{ error|escape }}
{% endfor %} {% endfor %} {% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %} {% endif %}
1
{% comment %}
2
{% endcomment %}
{% csrf_token %}
{% comment %} start remove {% endcomment %} {% comment %} end remove {% endcomment %}
Recommend Pump and Check Compartment.
The remaining compartments contained a maximum 3” of water.
The remaining compartments were dry.
The covers were set and sealing properly.
{% comment %} start remove {% endcomment %} {% comment %} end remove {% endcomment %}

Images


Drop images in this area

    {% endblock %}