{% extends "layout/default.html" %} {% block body %}

{{_("Options")}}
















{% if currentAdmin == 1 %}

{{ _("Admin Options") }}



{{ _("Go To the API") }}

{{_("Update Onyx")}}

{{_("Close Onyx")}}

{{_("Remove account")}} {% endif %} {% endblock %} {% block script %} {% endblock %}