{% extends "layouts/default.html" %} {% block title %}{_ "Feedback Admin Panel" _}{% endblock %} {% block content %} {% if is-admin %}
{{ token | safe }}
{% include "contact/list.html" %}

{% else %}

{_ "Oops" _}

{_ "Nothing to see here!" _}

{% endif %} {% endblock %}