{% extends "mumbletemps/base.html" %} {% load static %} {% load i18n %} {% load timetags %} {% block mumbletemps %}

{{ link.creator.character_name }}

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

{% 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 mumbletemps %}