{% extends 'dashboard/components/base.html' %} {% block title %}tank{% endblock %} {% load static %} {% block body %}

Tank Table

{% for tank in tanks %} {% endfor %}
No Name Action
{{ forloop.counter }} {{tank.name}}
{% for tank in tanks %} {% endfor %} {% for tank in tanks %} {% endfor %} {% endblock %}