{% block sidebar %}
{# Subscriptions for the organization #}
profile
| billing
| subscriptions
{% if urls and urls.organization and urls.organization.roles %}
| roles
{% endif %}
{% if urls and urls.organization and urls.organization.managers %}
| managers
{% endif %}
{% if urls and urls.organization and urls.organization.contributors %}
| contributors
{% endif %}