{% extends "plainui/base.html" %} {% block title %}Conference {{conf.name}}{% endblock %} {% block fullpage %}

{{ _("Welcome to the rc3") }}

 
{%- if request.user.is_authenticated %} {{ _("logout") }} {% else %} {{ _("login") }} {% endif %}
{{ _("ticket") }}
rc3 Logo
{{ _("world") }}
{{ _("platform") }}
{{ _("info") }}
{% endblock %}