{% extends "site_base.html" %} {% load i18n %} {% load ifsetting_tag %} {% block head_title %}{% trans "Welcome" %}{% endblock %} {% block tab_id %}id="home_tab"{% endblock %} {% block body %}

{% trans "Welcome to Blue and Gray!" %}

{% blocktrans %} Welcome to a social network devoted to Civil War re-enactors. {% endblocktrans %}

{% blocktrans %} ("'Civil War'?!? Don't you mean, 'The Recent Hostilities with Our Neighbors to the North?'" Perhaps a better term might be "The War for Southern Independence." Use whatever term you find best.) {% endblocktrans %}


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