{% extends "plainui/base.html" %} {% import "plainui/components/form_elements.html" as form_elements %} {% block title %}{{ _("Conference %(conf)s - Redeem Token", conf=conf.name) }}{% endblock %} {% block content %} {{ titleMacro.title(_("Redeem Token")) }} {% if step == 'authenticated' %}
{% elif step == 'token' %} {%- else %}{{ _("User accounts from maschinenraum.rc3.world can be used to login.") }}
{% endblock %}