{% load i18n nbsp %}

{% trans "Information" %}


{% trans "Name" %}
{{ profile.name }}
{% trans "ID" %}
{{ profile.profile_id }}
{% trans "Type" %}
{{ profile.type_name }}
{% trans "Spec" %}
{{ profile.profile_spec|force_escape|nbsp|linebreaksbr }}
{% if profile.permission %}
{% trans "Permission" %}
{{ profile.permission }}
{% endif %}
{% trans "Created" context "Created time" %}
{{ profile.created_at }}
{% if profile.updated_at %}
{% trans "Updated" context "Updated time" %}
{{ profile.updated_at }}
{% endif %}
{% if profile.profile_metadata.vars %}

{% trans "Metadata" %}


{{ profile.profile_metadata|force_escape|nbsp|linebreaksbr }}
{% endif %}