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

{% translate 'Mumble' %} {% translate "Click to Join Mumble as" %}: {{ temp_user.name }}

{% translate "Manually Connect" %}

{% translate "If you have problems with the application link above, please use the following in Mumble's connection dialog." %}

{% translate "Mumble URL" %}: {{ mumble }}

{% translate "Username" %}: {{ temp_user.username }}

{% translate "Password" %}: {{ temp_user.password }}

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