{% extends "services/mumble/base.html" %} {% load static %} {% load i18n %} {% block mumble %}

{{ link.creator.character_name }}

{% blocktranslatelate with character=link.creator.character_name %} {{ character }} has invited you to join Mumble! {% endblocktranslatelate %}

{% translate "Time Remaining" %}:

{% translate "Link Ref" %}: {{ link.link_ref }}

{% csrf_token %}
{% translate "Non SSO Login" %}
{% csrf_token %}

{% translate "If you cannot SSO with your EVE character, You can enter your own details below." %}

{% include "bundles/moment-js.html" with locale=True %} {% include "bundles/timers-js.html" %} {% endblock mumble %}