{% extends "base-site.html" %} {% block title %} {{ _('Dashboard') }} {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{{ _('Dashboard') }}
{{ (_("Welcome to the interactive dashboard, where you can control your bot via this easy-to-use interface. Choose a server that you have elevated permissions in below. If you don't see your server below, check to make sure that your server's owner has set roles with {command}").format(command="[p]dashboard roles create"))|safe }}

{{ _('Loading servers...') }}

{% endblock content %} {% block javascripts %} {% endblock javascripts %}