{% extends 'layouts/app.html' %} {% import 'macros/form.html' as f with context %} {% import 'billing/macros/billing.html' as billing with context %} {% block title %}Ready to start winning?{% endblock %} {% block meta_description %}Sign up today to subscribe so you can begin to win points by guessing the outcome of dice rolls.{% endblock %} {% block body %}
{% if current_user.subscription %}

You're about to change plans

Your plan will change immediately after clicking 'Change plan'.
{% else %}

Ready to start winning?

You're a few clicks away from being able to play

{% endif %} {% call f.form_tag('billing.update', fid='subscription_form') %} {% if current_user.subscription %}
{{ form.coupon_code.label }} {{ f.field(form.coupon_code, css_class='text-uppercase') }}
{% endif %}
{% call billing.plan(plans['0']) %}
  • 110 tokens per month
  • Leaderboard rankings
  • Dicta optio cumque dolore
  • Dicta optio cumque dolore
  • Consequuntur voluptatum
  • Consequuntur voluptatum
{% endcall %} {% call billing.plan(plans['1']) %}
  • 600 tokens per month
  • Leaderboard rankings
  • Dicta optio cumque dolore
  • Dicta optio cumque dolore
  • Consequuntur voluptatum
  • Consequuntur voluptatum
{% endcall %} {% call billing.plan(plans['2']) %}
  • 1,500 tokens per month
  • Leaderboard rankings
  • Dicta optio cumque dolore
  • Dicta optio cumque dolore
  • Consequuntur voluptatum
  • Consequuntur voluptatum
{% endcall %}
{% endcall %}
{% endblock %}