{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% import "macros.html" as pbw %} {% block title %}Query {{ query.id }}{% endblock %} {% block content %}
{{ manager.get_node_by_tuple(node_tuple) }}
{% if protocol_entry['function'] in ['delete_node_by_id', 'expand_node_neighborhood_by_id', 'propagate_node_by_hash'] %}
{{ manager.get_node_by_hash(arg) }}
{% else %}
{{ arg }}
{% endif %}
{{ kwarg_key }}={{ kwarg_value }}