{% extends 'base.html' %} {% load helper_tags %} {% block content %}
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}

Walkaround Report

{% for reports in walkaround_report %} {% if reports.barge_name %} {% endif %} {% endfor %}
SL No Report Title Barge Name Client Action
{{forloop.counter}} {{reports.title}} {{reports.barge_name}} {{reports.client}}
{% endblock %}