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

Walkaround Report Edit

{% 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
2
{% csrf_token %}

General Description

{% comment %} created by moumita {% endcomment %}
{% comment %} end {% endcomment %}
{% comment %} created by moumita {% endcomment %}
{% comment %} end {% endcomment %}
{% csrf_token %}
{% comment %}
{% endcomment %}
{% comment %} moumita {% endcomment %}
{% for bowcompartment in walkaround_report_details.bow_compartment_previous.all %}
{% endfor %}
{% for bowcompartment in walkaround_report_details.bow_compartment.all %}
{% endfor %}
Recommend Pump and Check Compartment.
{% comment %} moumita {% endcomment %}
{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %}
{% comment %} by moumita {% endcomment %}
{% for starboardside in walkaround_report_details.starboard_side_previous.all %}
{% endfor %}
{% comment %} end {% endcomment %} {% for starboardside in walkaround_report_details.starboard_side.all %}
{% endfor %}
Recommend Pump and Check Compartment.
The remaining compartments contained a maximum 3” of water.
The remaining compartments were dry.
{% comment %} by moumita {% endcomment %}
{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %}
{% comment %} by moumita {% endcomment %}
{% for sterncompartment in walkaround_report_details.stern_compartment_previous.all %}
{% endfor %} {% comment %} end {% endcomment %}
{% for sterncompartment in walkaround_report_details.stern_compartment.all %}
{% endfor %}
Recommend Pump and Check Compartment.
{% comment %} by moumita {% endcomment %}
{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %}
{% comment %} by moumita {% endcomment %}
{% for portside in walkaround_report_details.port_side_previous.all %}
{% endfor %} {% comment %} end {% endcomment %}
{% for portside in walkaround_report_details.port_side.all %}
{% endfor %}
Recommend Pump and Check Compartment.
The remaining compartments were dry.
The remaining compartments contained a maximum 3” of water.
{% comment %} by moumita {% endcomment %}
{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %}
The covers were set and sealing properly.
{% comment %} start edit loop {% endcomment %} {% for coverFinding in walkaround_report_details.cover_finding.all %}
{% endfor %} {% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %}

Images


Drop images in this area

    {% endblock %}