{% extends "saasy/base.html" %} {% block title %}Organization Detail{% endblock %} {% block content %}
{% include "./includes/settings_menu.html" with active="organization" %}

Organization: {{ object.name }}


Details

Projects

{% if object.projects.all %} {% else %} No projects yet {% endif %}

Teams


Members

{% if object.memberships.all %} {% else %} No members yet {% endif %}
{% endblock %}