+ {% blocktranslate trimmed %} + Organizations help you manage your services and resources. + Create your first organization to start using Servala's service catalog. + {% endblocktranslate %} +
+ ++ {% if has_instances %} + {% translate "Here's an overview of your organization's services and resources." %} + {% else %} + {% translate "Ready to get started? Discover services and create your first instance." %} + {% endif %} +
+{% translate "Name" %} | +{% translate "Service" %} | +{% translate "Status" %} | +{% translate "Created" %} | +{% translate "Actions" %} | +
---|---|---|---|---|
+ {{ instance.name }} + | +
+
+ {% if instance.context.service_offering.service.logo %}
+
+ |
+ + {% if instance.is_deleted %} + {% translate "Deleted" %} + {% else %} + {% translate "Active" %} + {% endif %} + | ++ {{ instance.created_at|date:"M d, Y" }} + | ++ + | +
+ {% translate "Browse our service catalog and deploy databases, storage, and other services with just a few clicks." %} +
+ + + {% translate "Discover Services" %} + +