Organisation
object
Attributes
organisation.name
string
The name of the organisation.
organisation.companies
array of Companys
An array of the organisation’s companies. e.g
{% for company in organisation.companies %}
{{ company.name }}
{% endfor %}