{% extends 'costs/base.html' %} {% block body %}
| Nummer | Navn | Overordnet | Leder | Status | ||
|---|---|---|---|---|---|---|
| {{ organisation.orgId }} | {{ organisation.name }} | {% if organisation.parent %}{{ organisation.parent }} | {% else %}{% endif %} {% if organisation.manager %} | {{ organisation.manager }} | {% else %}{% endif %} | {{ organisation.status }} |