{% extends "internal_base.html" %} {% block meta %} Cheriff ยท Organizations {% end %} {% block style %} {% try %} {% module Template("webpack_templates/cheriff-styles.html") %} {% except %} {% end %} {% end %} {% block content %}

Organizations

Add a new organization
{% module xsrf_form_html() %}
{% for organization in organizations %} {% end %}
Organization Domain Dedicated clusters Billing plan Contract term PD Storage
{{organization['name']}} {{organization['domain']}} {{organization['dedicated_clusters']}} {{organization['billing_plan']}} {{organization['contract_term']}} {{organization['processed_data']}} {{organization['storage']}}
{% end %}