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

Clipboard {{macros.inline_help(help.clipboard_main)}}

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

Clipboard is empty

{% else %}
Export
{% for c in clipboard %}
From {{c.IP}}, {{c.timedelta}} ago
{{c.id}}
edit delete
{{ c.content }}
{% endfor %} {% endif %}

{% endblock %}