{% extends 'mumbletemps/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load timetags %} {% block create %}
Mumble Links

Temp Links Give Access to mumble with the Guest Group for the preset time

Connected users will not be kicked at the end of this time period

Templink users can be kicked in mumble by typing !kicktemps in mumble chat

There are no restrictions on who or how many can use a templink, share wisely.

Create New Link

Your link will be displayed on the next page for easy copy and paste

{% csrf_token %}
{% if tl %}
New Link

Expires in:

{{ SITE_URL }}{% url 'mumbletemps:join' tl.link_ref %}
{% endif %}
Current Links
{% for lnk in tl_list %} {% endfor %}
Creator Key Time Left Copy Nuke
{{ lnk.creator.character_name }} {{ lnk.creator.character_name }} {{ lnk.link_ref }} Nuke Link!
{% if ex_tl_list.count > 0 %}
Expired Links
{% for lnk in ex_tl_list %} {% endfor %}
Creator Key Nuke
{{ lnk.creator.character_name }} {{ lnk.creator.character_name }} {{ lnk.link_ref }} Nuke Link!
{% endif %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/clipboard-js.html' %} {% include 'bundles/moment-js.html' with locale=True %} {% include 'bundles/timers-js.html' %} {% endblock %}