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

HP Table

{% for hp in hps %} {% endfor %}
No Name Action
{{ forloop.counter }} {{hp.name}}
{% for hp in hps %} {% endfor %} {% for hp in hps %} {% endfor %} {% endblock %}