{% extends "layout.html" %} {% block title %}Administration{% endblock %} {% block body %}

Administration for {{ appname }}

{% if pastes %} {% for p in pastes %} {# magic string is from utf8icons.com #} {% endfor %} {% endif %} {% endblock %}
idprivatetitleuserparentchildrenActions
{{ p.id }} {% if p.private %}✓{% endif %}{{ p.title }} {% if p.user %}{{ p.user }}{% endif%} {% if p.parent[0] %}{{ p.parent[1] }}{% endif %} {% if p.children %}{% for c in p.children %}{% if not loop.first %},{% endif %} {{ c[1] }}{% endfor %}{% endif %}