{% if user.is_authenticated %}
Find friends
{% else %}
In order to test `find friends`, please log in using one of the buttons first
Do not forget to create twitter/facebook apps and set them up in `settings.py`.
Registration is not covered in this sample app (see `django-registration` app to implement an easy registration).
{% endif %}