{% extends "framework_modern.html" %} {% load static %} {% block content %} {# Serialize objects data for Alpine pagination #} {# prettier-ignore-start #} {# FIXME: This is a hack to get the objects data into the JavaScript code. #} {% if object_type != 'scenario' %} {% endif %} {# prettier-ignore-end #}
{% block action_modals %} {% if object_type == 'node' %} {% include "modals/collections/new_node_modal.html" %} {% elif object_type == 'edge' %} {% include "modals/collections/new_edge_modal.html" %} {% endif %} {% endblock action_modals %}

{% if object_type == 'node' %} Nodes {% elif object_type == 'edge' %} Edges {% endif %}

{% if object_type == 'node' %}

Nodes represent the (predicted) compounds in a graph. Learn more >>

{% elif object_type == 'edge' %}

Edges represent the links between nodes in a graph. Learn more >>

{% endif %} {% if reviewed_objects and unreviewed_objects %} {% if reviewed_objects|length == 0 and unreviewed_objects|length == 0 %}

Nothing found. There are two possible reasons:

1. There is no content yet.
2. You have no reading permissions.

Please ensure you have at least reading permissions.

{% endif %} {% endif %}
{% if reviewed_objects %} {% if reviewed_objects|length > 0 %}
Reviewed
Showing - of
{% endif %} {% endif %} {% if unreviewed_objects %}
Unreviewed
Showing - of
{% endif %}
{% endblock content %}