{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block breadcrumb %} {{ block.super }} {% trans "CMIS Types" %} {% endblock %} {% block content %} {% if current_type %} {% trans "Back to base types list" %} {% endif %}

{% if current_type %}

{% trans "Current type" %} :

{{ current_type.id }} : {{ current_type.description }}

Properties :

{% trans "Children" %} :

{% endif %} {% if children_types %} {% else %} {% trans "No more children." %} {% endif %}

{% endblock %}