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

Graph

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

Teams with access:

{% endif %} {% load guardian_tags %} {% get_obj_perms request.user for graph as "graph_perms" %} {% if "change_graph" in graph_perms %}
{% if graph.private %}
{% csrf_token %} {{ attach_teams_form }}
{% endif %}
{% csrf_token %} {{ create_node_form.as_table }}
{% csrf_token %} {{ create_arc_form.as_table }}


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