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

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