{% extends "base_dashboard.html" %} {% load static %} {% block content %}
{% include "includes/company_sidenav.html" %}
{% if domains %} {% for domain in domains %}
{{ domain.name }}

{{ domain.email }}$

{% endfor %} {% else %}
no domain found ! {% endif %}
{% endblock content %}