diff --git a/apis_core/relations/templates/relations/list_relations_include_tabs.html b/apis_core/relations/templates/relations/list_relations_include_tabs.html new file mode 100644 index 000000000..9afc63de2 --- /dev/null +++ b/apis_core/relations/templates/relations/list_relations_include_tabs.html @@ -0,0 +1,30 @@ +{% load relations %} +{% relations_from from_obj=object as relations %} +{% possible_relation_types_from object as possible_relations %} +{% get_relation_targets_from object as possible_targets %} +