{% extends "base.html" %} {% block header %} Fittings {% endblock %} {% block description %} View Fittings {% endblock %} {% block content %}
Name | Roles | Actions | {% for skillplan in object_list %}
---|---|---|
{{skillplan.name}} {% for tag in skillplan.tags.all %} {{tag}} {% endfor %} |
{% for role in skillplan.roles.all %} {{role}} {% endfor %} |