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

Businness Types

{% for type in businesstypes %} {% endfor %}
Business Type Actions

{{type.name}}

{% endblock content %}