{% load staticfiles %} DLS Report

{{survey_report.completed_on}}

{{survey_report.assigned_vessel.vessel_name}}

General Condition As of {{survey_report.created_on}}

General Details

Survey Report No.:

DLS-{{survey_report.id}}

Requested by:

{{survey_report.assigned_vessel.requested_by}}

Account of:

{{survey_report.assigned_vessel.account_of}}

Location of Survey:

{{survey_report.survey_location}}

Owner:

{{survey_report.assigned_vessel.owner}}

Operator:

{{survey_report.assigned_vessel.operator}}

Type of Vessel:

{{survey_report.assigned_vessel.vessel_type.type_name}}

General Description

{{survey_report.vessel_description}}

Vessel Drafts

Port Bow:

{{survey_report.port_bow_length_feet}}'{{survey_report.port_bow_length_inch}}"

Port Stern:

{{survey_report.port_stern_length_feet}}'{{survey_report.port_stern_length_inch}}"

Starboard Bow:

{{survey_report.starboard_bow_length_feet}}'{{survey_report.starboard_bow_length_inch}}"

Starboard Stern:

{{survey_report.starboard_stern_length_feet}}'{{survey_report.starboard_stern_length_inch}}"

Vessel Particulars

Built:

{{survey_report.built_no}}; {{survey_report.built_details}}

Official Number:

{{survey_report.official_no}}

IMO Number:

{{survey_report.imo_no}}

Previous Name:

{{survey_report.previous_name}}

Flag:

{{survey_report.flag}}

Dimensions:

{{survey_report.dimentions_length}}' x {{survey_report.dimentions_width}}' x {{survey_report.dimentions_height}}'

Length Overall:

{{survey_report.overall_length}}'

GRT/NRT:

{{survey_report.grt}}/{{survey_report.nrt}}

GIT/NIT:

{{survey_report.git}}/{{survey_report.nit}}

Classed As:

{{survey_report.classed_as}}

Cargo Deck:

{{survey_report.deck_length}}' x {{survey_report.deck_width}}' with clear deck size of {{survey_report.clear_deck_length}}' x {{survey_report.clear_deck_width}}'

Deck Cargo Rating:

{{survey_report.deck_cargo_rating}} Long Tons

Engines:

{{survey_report.engine_description}}

Total Horsepower:

{{survey_report.horsepower_min}} @ {{survey_report.horsepower_max}}-RPM

Drive:

{{survey_report.drive}}

General Outfitting

Fendering:

Hull Fendering:

{{survey_report.fhf_courses}} courses of {{survey_report.fhf_length}}” X {{survey_report.fhf_width}}” {{survey_report.fhf_construction1}}, {{survey_report.fhf_location1}}

Rubber Fendering:

{{survey_report.rf_courses}} courses of {{survey_report.rf_length}}” {{survey_report.rf_number1}} {{survey_report.rf_construction2}}, {{survey_report.rf_location2}}

Tire Fendering:

{{survey_report.tf_courses}} courses of {{survey_report.tf_size1}} {{survey_report.tf_mounting1}} with appropriate hardware located {{survey_report.tf_location3}}

Additional Commentary:

{{survey_report.fendering_additional_commentary}}

The following condition grading scale applies all condition assessments:

Condition Description:

{{survey_report.fendering_condition}}

Fenderingn Gallery:

Bulwarks:
{% for bulwarks_deck in survey_report.bulwarks_deck.all %} {% endfor %}
Deck Name Deck Height Deck Type Deck Material Deck Cap Deck Cap Dimension Stiffeners
{{bulwarks_deck.bulwarks_deck_name}} {{bulwarks_deck.bulwarks_deck_height}} {{bulwarks_deck.bulwarks_deck_type}} {{bulwarks_deck.bulwarks_deck_material}} {{bulwarks_deck.bulwarks_deck_cap}} {{bulwarks_deck.bulwarks_deck_cap_dimen}} {{bulwarks_deck.bulwarks_deck_stiffeners}}

Additional Commentary:

{{survey_report.bulwarks_description}}

The following condition grading scale applies all condition assessments:

Condition Description:

{{survey_report.bulwarks_condition}}

Cargo Rails:
{% for cargo_rails in survey_report.cargo_rails.all %} {% endfor %}
Deck Name Deck Height Deck Material Deck Construction Deck Cap Deck Cap Dimension Stiffeners
{{cargo_rails.cargorails_deck_name}} {{cargo_rails.cargorails_deck_height}} {{cargo_rails.cargorails_deck_type}} {{cargo_rails.cargorails_deck_material}} {{cargo_rails.cargorails_deck_cap}} {{cargo_rails.cargorails_deck_cap_dimen}} {{cargo_rails.cargorails_deck_stiffeners}}

Additional Commentary:

{{survey_report.cargorails_description}}

The following condition grading scale applies all condition assessments:

Condition Description:

{{survey_report.cargorails_condition}}

Deck Fittings:
{% for deck_fittings in survey_report.deck_fittings.all %} {% endfor %}
Deck Name Deck Fittings Deck Fitting Number Deck Fitting Size Deck Fitting Location
{{deck_fittings.df_deck_name}} {{deck_fittings.df_fittings}} {{deck_fittings.df_number}} {{deck_fittings.df_size}} {{deck_fittings.df_location}}

Additional Commentary:

{{survey_report.deck_fittings_description}}

The following condition grading scale applies all condition assessments:

Condition Description:

{{survey_report.deck_fittings_condition}}

Ground Tackle:

Ground Tackle Description:

{{survey_report.ground_tackle_description}}

The following condition grading scale applies all condition assessments:

Condition Description:

{{survey_report.ground_tackle_condition}}

Hull Compartmentation

Hull Compartmentation Details:

{{survey_report.hc_description|safe|escape}}

Tank Type:
{% for hull_comp_tank in survey_report.hull_comp_tank.all %} {% endfor %}
Tank Type Filling Lines Vents
{{hull_comp_tank.hc_tank_type}} {{hull_comp_tank.hc_filling_lines}} {{hull_comp_tank.hc_vents}}

Tank Capacities:
{% for hull_comp_capacity in survey_report.hull_comp_capacity.all %} {% endfor %}
Capacity Type Volume Units
{{hull_comp_capacity.hc_capacity_type}} {{hull_comp_capacity.hc_capacity_vol}} {{hull_comp_capacity.hc_capacity_units}}

Additional Commentary:

{{survey_report.hc_additional_commentary}}