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

Survey Form - {{survey_report.assignment.client.client_name}} - {{survey_report.assigned_vessel.vessel_name}} - {{survey_report.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
3
4
5
6
7
8
9
10
11
12
13
14
{% csrf_token %}

General Description

{% csrf_token %}

Vessel Drafts

feet
inches
feet
inches
feet
inches
feet
inches
{% csrf_token %}

Vessel Particulars

@
{% csrf_token %}

General Outfitting

Fendering Images


Drop images in this area

{% csrf_token %}

Bulwarks

{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for bulwarks_deck in survey_report.bulwarks_deck.all|minrange:"1" %}
{% endfor %} {% comment %} end edit loop {% endcomment %}

Images


Drop images in this area

{% csrf_token %}

Cargo Rails

{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for cargo_rails in survey_report.cargo_rails.all|minrange:"1" %}
{% endfor %} {% comment %} end edit loop {% endcomment %}

Images


Drop images in this area

{% csrf_token %}

Deck Fittings

{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for deck_fittings in survey_report.deck_fittings.all|minrange:"1" %}
{% endfor %} {% comment %} end edit loop {% endcomment %}

Images


Drop images in this area

{% csrf_token %}

Ground Tackle

Images


Drop images in this area

{% csrf_token %}

Hull Compartmentation

{% if survey_report.hc_file %} {% endif %}
{% if bullet_arr %} {% for outer in bullet_arr %} {% endfor %} {% else %}
{% endif %}
{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for hull_comp_tank in survey_report.hull_comp_tank.all|minrange:"1" %}
{% endfor %} {% comment %} end edit loop {% endcomment %}
{% comment %} start remove {% endcomment %}
{% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for hull_comp_capacity in survey_report.hull_comp_capacity.all|minrange:"1" %}
{% endfor %} {% comment %} end edit loop {% endcomment %}

Images


Drop images in this area

{% csrf_token %}

Superstructure

{% if bc_bullet_arr %} {% for outer in bc_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if gl_bullet_arr %} {% for outer in gl_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if md_bullet_arr %} {% for outer in md_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if ld_bullet_arr %} {% for outer in ld_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if hp_bullet_arr %} {% for outer in hp_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if rr_bullet_arr %} {% for outer in rr_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if tr_bullet_arr %} {% for outer in tr_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if hrr_bullet_arr %} {% for outer in hrr_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if psf_bullet_arr %} {% for outer in psf_bullet_arr %} {% endfor %} {% else %}
{% endif %} {% if odhc_bullet_arr %} {% for outer in odhc_bullet_arr %} {% endfor %} {% else %}
{% endif %}

Images


Drop images in this area

{% csrf_token %}

Superstructure

{% comment %} start remove {% endcomment %} {% comment %} end remove {% endcomment %} {% comment %} start edit loop {% endcomment %} {% for pilothouse_equipments in survey_report.pilothouse_equipments.all|minrange:"1" %} {% endfor %} {% comment %} end edit loop {% endcomment %}

Images


Drop images in this area

{% csrf_token %}

Superstructure

Images


Drop images in this area

{% csrf_token %}

Machinery

{% if m_am_bullet_arr %} {% for outer in m_am_bullet_arr %}
{% for inner in outer.inner_bullet %}
{% endfor %}
{% endfor %} {% else %}
{% endif %}

Images


Drop images in this area

{% csrf_token %}

Safety Equipment and Others

{% if recom_bullet_arr %} {% for outer in recom_bullet_arr %} {% endfor %} {% else %}
{% endif %}

Images


Drop images in this area

{% if admin == active_userrole %} {% if survey_report.file_name %} {% else %} {% endif %} {% else %} {% endif %}
{% if admin == active_userrole %} {% if survey_report.file_name %} {% endif %} {% endif %}
{% endblock %}