{% 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' %} {% translate 'Object type' %} This field is required -- {% translate 'Choose an object type to add' %} -- {% for option in ooi_types %} {% if option.text != "Finding" %} {{ option.text }} {% endif %} {% endfor %} {% 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 %}