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

Survey Form - {{survey_report_barge.assignment.client.client_name}} - {{survey_report_barge.assigned_vessel.vessel_name}} - {{survey_report_barge.file_name}}

{% 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

{% csrf_token %}

Findings

Recommend pump and check compartment
{% comment %} start remove {% endcomment %}
Recommend pump and check compartment
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for bow_compartment in survey_report_barge.bow_compartment.all|minrange:"1" %}
Recommend pump and check compartment
{% endfor %} {% comment %} end edit loop {% endcomment %}
Recommend pump and check compartment
{% comment %} start remove {% endcomment %}
Recommend pump and check compartment
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for starboard_side in survey_report_barge.starboard_side.all|minrange:"1" %}
Recommend pump and check compartment
{% endfor %} {% comment %} end edit loop {% endcomment %}
Recommend pump and check compartment
{% comment %} start remove {% endcomment %}
Recommend pump and check compartment
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for stern_compartment in survey_report_barge.stern_compartment.all|minrange:"1" %}
Recommend pump and check compartment
{% endfor %} {% comment %} end edit loop {% endcomment %}
Recommend pump and check compartment
{% comment %} start remove {% endcomment %}
Recommend pump and check compartment
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for port_side in survey_report_barge.port_side.all|minrange:"1" %}
Recommend pump and check compartment
{% endfor %} {% comment %} end edit loop {% endcomment %}
{% if admin == active_userrole %} {% if survey_report_barge.file_name %} {% else %} {% endif %} {% else %} {% endif %}
{% if admin == active_userrole %} {% if survey_report_barge.file_name %} {% endif %} {% endif %}
{% endblock %}