{{ _('Welcome to the Red Discord Bot dashboard! A lot of the magic here is hidden behind authorization. Want to see some of it? Login with Discord below!') }}
{% else %}
{{ _('Welcome to the Red Discord Bot dashboard! A lot of the magic here is hidden behind authorization, but unfortunately, login is currently not available because the dashboard is not connected to any bot.') }}
{% endif %}
{% elif status == '1' %}
{{ _('Login Failed') }}
{% if redirect %}
{{ _('Looks like you denied authorization. Made a mistake? Click the button below to try again.') }}
{% else %}
{{ _("Looks like you denied authorization. Unfortunately, the dashboard's connection to the bot has terminated. Check back later.") }}
{% endif %}
{% elif status == '2' %}
{{ _('Login Failed') }}
{% if redirect %}
{{ _('Looks like the bot owner may have not configured the dashboard properly. You can try again below if you believe this was a fluke. If this happens multiple times, please let the bot owner or server owner know.') }}
{% else %}
{{ _("Looks like the bot owner may have not configured the dashboard properly. Unfortunately, the dashboard's connection to the bot has terminated. Check back later.") }}
{% endif %}
{% elif status == '3' %}
{{ _('Login Failed') }}
{% if redirect %}
{{ _("Looks like something went wrong on Discord's end. Try to login again below, or check to see if Discord is having API issues.") }}
{% else %}
{{ _("Looks like something went wrong on Discord's end. Unfortunately, the dashboard's connection to the bot has terminated. Check back later.") }}
{% endif %}
{% elif status == '4' %}
{{ _('Login Failed') }}
{{ _('Looks like the bot owner just terminated the connection to the bot. Check back later.') }}
{% elif status == '5' %}
{{ _('Login Failed') }}
{% if redirect %}
{{ _('Looks like something went wrong. Try to login again below. If this keeps happening, please report to bot owner or server owner.') }}
{% else %}
{{ _("Looks like something went wrong. Unfortunately, the dashboard's connection to the bot has terminated. Try again later. If it continues to occur, please report to bot owner or server owner.") }}