{% extends "facebook/page" %} {% load facebook %} {% block title %}Get an Account{% endblock %} {% block header %}Get an Account{% endblock %} {% block body %}
{% if not user %}
Note: To use this application, you need to associate your Facebook account with a lab account.
{% endif %}

Associate

If you already have an account in the lab you can associate it with your Facebook account.

{% if not user_not_default %} {% if associate_error %}
{% ifnotequal associate_error "Already associated" %}Try again.{% else %}The account {{ person }} is already associated with .Request a different account.{% endifnotequal %}
{% endif %} {% else %}
Return to the Lab.
{% endif %}

Request

If you don't already have an account in the lab you can request one here.

{% if not user_not_default %} {% if request_error %}
{% ifnotequal request_error "Already taken" %}Try again.{% else %}Request a different account.{% endifnotequal %}
{% else %} {% if request_success %}
Your request was sent.You will be contacted when your account is ready.
{% endif %} {% endif %} {% else %}
Return to the Lab.
{% endif %}
{% endblock %} {% block id %}$Id${% endblock %} {# vim: set filetype=htmldjango: #}