{% extends "index.html" %} {% block clipboard_active %}active{% endblock %} {% block clipboard_selected %}selected{% endblock %} {% block content %}

Clipboard

{% if nonpersistent %} {% endif %} {% if clipboard|length == 0 %}

Clipboard is empty

{% else %}
Export
{% for c in clipboard %}
{{c.time}}
{{c.id}}
edit delete
{{c.IP}}
{{ c.content }}
{% endfor %} {% endif %}

{% endblock %}