src/graph_notebook/visualization/templates/opencypher_table.html [1:76]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% for c in columns %} | {{ c|e }} | {% endfor %}
---|---|
{{loop.index}} | {% for cell in r%}{{ cell|e }} | {% endfor %}