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

Type Table

{% for type in types %} {% endfor %}
No Name Category Action
{{ forloop.counter }} {{type.name}} {{type.category.name}}
{% for type in types %} {% endfor %} {% for type in types %} {% endfor %} {% endblock %}