{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% url "object" ooi.primary_key as ooi_detail_url %} {% include "header.html" with breadcrumbList=breadcrumbList %}

{% translate 'Manual creation' %}

{% translate 'Select the type of object you want to create.' %}

{% include 'partials/elements/ooi_add_type_select_form.html' %}
{% endblock %}