{% extends "base.html" %} {% block header %} Fittings {% endblock %} {% block description %} View Fittings {% endblock %} {% block content %}

Skillplan Table

{% for skillplan in object_list %} {% endfor %}
Name Roles Actions

{{skillplan.name}}

{% for tag in skillplan.tags.all %} {{tag}} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}