|
{% if twitter_account is None %}
{% if not user.ANON and user == participant %}
Connect a Twitter account.
{% else %}
No Twitter account connected.
{% end %}
{% else %}
on Twitter
{% end %}
|
|
{% if github_account is None %}
{% if not user.ANON and user == participant %}
Connect a GitHub account.
{% else %}
No GitHub account connected.
{% end %}
{% else %}
on GitHub
{% end %}
|
|
{% if bitbucket_account is None %}
{% if not user.ANON and user == participant %}
Connect a Bitbucket account.
{% else %}
No Bitbucket account connected.
{% end %}
{% else %}
on Bitbucket
{% end %}
|
|
|
{% if user == participant %}
Credit card:
{% if participant.last_bill_result != "" %}✘{% else %}✔{% end %}
Bank account:
{% if participant.last_ach_result != "" %}✘{% else %}✔{% end %}
{% else %}
Credit card:
{% if participant.last_bill_result != "" %}✘{% else %}✔{% end %}
Bank account:
{% if participant.last_ach_result != "" %}✘{% else %}✔{% end %}
{% end %}
{% if user.ADMIN and participant.balanced_account_uri %}
on Balanced Payments{% else %}on Balanced Payments{% end %}
|