{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "What Next?" %}{% endblock %} {% block body %}

{% trans "What Next?" %}

{% if user.is_authenticated %}

Here are some things to do to get started with this site:

verify an email address
so you can receive notifications, reset your password and so people can find you more easily.
fill out your profile
to tell the world a little about yourself.
add an avatar
so people can see what you look like.
join some tribes
to find people with similar interests to share and discuss with.
connect with friends
so you can follow what they're up to.
invite more people to the site
so more people can share in the fun.
{% else %} {% url acct_signup as signup_url %} {% url acct_login as login_url %}

{% blocktrans %}Start by signing up and logging in.{% endblocktrans %}

{% endif %} {% endblock %}