diff --git a/apis_core/relations/templates/relations/list_relations.html b/apis_core/relations/templates/relations/list_relations.html index eb3d91501..ef35ba329 100644 --- a/apis_core/relations/templates/relations/list_relations.html +++ b/apis_core/relations/templates/relations/list_relations.html @@ -4,7 +4,9 @@ {% block relations_list %} {% relations_list_table relations target as table %} - {% render_table table %} + {% if table.data %} + {% render_table table %} + {% endif %} {% endblock relations_list %} {% block relations_create %}