{% extends 'site_layout.html.j2' %} {% set title="Patreon Portal" %} {% block content %}

Ready to sync your Patreon with Titan Embeds?

Keeping track of Titan Tokens from your patreon pledges has never been so easy!

{% if state %} {% if state == "initial" %}
Once you are ready to sync your Patreon pledges with Titan, hit the button to begin!

Authenticate w/ Patreon!
{% endif %} {% if state == "prepare" %}
Just making sure this is correct...

If any of these information is incorrect, you may be using an incorrect account for either services before syncing.


Discord

{{ session["username"] }}#{{ session["discriminator"] }}

Patreon

{{ user["attributes"]["full_name"] }}

{{ user["attributes"]["email"] }}

Notices:

    {% if user["attributes"]["discord_id"] is none %}
  • You have not linked a Discord account with your Patreon. Proceed with caution as the account you're trying to sync may be different.
  • {% elif user["attributes"]["discord_id"] != session["user_id"] %}
  • Patreon has reported that you've linked a different Discord account to their services. Proceed with caution as the account you're trying to sync may be different.
  • {% endif %}
  • Titan Embeds will only sync pledges that have been successfully paid. If you have pledged more than what it currently shows here, please wait till the payment goes through at the beginning of next month.

{{ user["titan"]["eligible_tokens"] }} tokens avaliable for syncing.
Out of {{ "$%.2f"|format(user["titan"]["total_cents_pledged"]/100) }} dollar total pledged, {{ "$%.2f"|format(user["titan"]["total_cents_synced"]/100) }} has been claimed from the Patreon account already.

Sync

*If there are any discrepancies, please contact us!

{% endif %} {% if state == "thanks" %}
Thanks for syncing your Patreon!

You now have {{ session["tokens"] }} Titan Tokens!


Return to Store
{% endif %} {% endif %}
{% endblock %} {% block additional_head_elements %} {% endblock %} {% block script %} {% endblock %}