{% extends "base.html" %} {% block doctitle %} Team settings {% endblock %} {% block content %}

{{ organization_user }} @ {{ organization }}

{% if user == organization_user.user %}This is you!{% endif %} {% endblock %}