{% extends "main.html" %} {%load static%} {% block content %}

Project Types

{% for type in projecttypes %} {% endfor %}
Project Type Department Actions

{{type.name}}

{{type.department.name}}

{% endblock content %}