{% extends 'scipost/base.html' %} {% block pagetitle %}: graph{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}

Graph

{{ graph }} {% if graph.private }}

Teams with access:

{% endif %}
{% if graph.private %}
{% csrf_token %} {{ attach_teams_form }}
{% endif %}
{% csrf_token %} {{ create_node_form.as_table }}
{% csrf_token %} {{ create_link_form.as_table }}


{{ graph.contents }} {% for node in nodes %} {{ node.contents }} Edit this Node's contents {% endfor %}
{% endblock bodysup %}