{% extends "site_base.html" %} {% load i18n %} {% load ifsetting_tag %} {% load frontpage_tags %} {% block head_title %}{% trans "Welcome" %}{% endblock %} {% block above_content %} {% show_scene %} {% endblock %} {% block body %} {% show_news %}
{% if user.is_authenticated %} {% url what_next as what_next_url %}

{% blocktrans %}Wondering What Next?{% endblocktrans %}

{% else %} {% url acct_login as login_url %} {% ifsetting ACCOUNT_OPEN_SIGNUP %} {% url acct_signup as signup_url %}

{% blocktrans %}You can Sign up and Log in to try out the site.{% endblocktrans %}

{% else %}

{% blocktrans %}You can Log in to try out the site.{% endblocktrans %}

{% endifsetting %} {% endif %} {% endblock %}