{% extends "shared/base.html" %} {% block title %} WorkTypes {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}
{% for worktype in worktypes %} {% endfor %}
Name
{{worktype.name}} Edit Delete
Add WorkType
{% endblock %}