{% extends "layouts/base.html" %} {% load static %} {% load i18n %} {% block content %} {% translate type as display_type %} {% include 'header.html' %} {% if not ooi_past_due and ooi_types %}

{% translate 'Add related object' %}

{% if ooi_id %}{% endif %}
{% translate 'Object details' %}
This field is required
{% translate 'Select an object type to add.' as help_text %} {% include 'partials/form/field_input_help_text.html' with help_text=help_text %}
{% endif %} {% endblock %}