{% load i18n nbsp %}

{% trans "Information" %}


{% trans "Name" %}
{{ cluster.name }}
{% trans "Profile Name" %}
{{ cluster.profile_name }}
{% trans "ID" %}
{{ cluster.id }}
{% trans "Status" %}
{{ cluster.status }}
{% trans "Created" context "Created time" %}
{{ cluster.created_at }}
{% if cluster.updated_at %}
{% trans "Updated" context "Updated time" %}
{{ cluster.updated_at }}
{% endif %}