{% extends "base/main.html" %} {% block title %}Websites{% endblock %} {% block content %}

Customers

{% for company in customers %} {% endfor %}
ID Label Owner Branding allow
ID Label Owner Branding allow
{{company.id}} {{company.label}} {{company.owner}} {%if company.allow_branding %}{%endif%} Details
{% endblock %}