{% extends 'base.html' %} {% load typogrify_tags utils_tags zebra_tags %} {% block bodyclass %}NB-static{% endblock %} {% block extra_head_js %} {% include_stylesheets "common" %} {% include_javascripts "payments" %} {% zebra_head_and_stripe_key %} {% endblock %} {% block content %} {% if new_user_queue_position >= 0 %}

{% if new_user_queue_position == 0 %} You are at the front of the line! Just a few more minutes
until you receive your free invite to use NewsBlur. {% else %} There {{ new_user_queue_position|pluralize:"is,are" }} {{ new_user_queue_position|commify }} {{ new_user_queue_position|pluralize:"person,people" }} in front of you{% if new_user_queue_behind %} (and {{ new_user_queue_behind|commify }} {{ new_user_queue_behind|pluralize:"person,people" }} behind you){% endif %}, {{ new_user_queue_position|pluralize:",all" }} patiently waiting
on their free accounts on NewsBlur. {% endif %}

By going premium you can get full and immediate access to NewsBlur.

{% endif %}
Super-Mega Premium Account
logout {{ user.username }}
{% csrf_token %}
{{ zebra_form.card_number.label_tag }} {{ zebra_form.card_number }} {% if error %} {% endif %}
{{ zebra_form.card_cvv.label_tag }} {{ zebra_form.card_cvv }}
{{ zebra_form.card_expiry_month.label_tag }} {{ zebra_form.card_expiry_month }}
{{ zebra_form.card_expiry_year.label_tag }} {{ zebra_form.card_expiry_year }}
{{ zebra_form.email.label_tag }} {{ zebra_form.email }}
{{ zebra_form.plan.label_tag }}
{{ zebra_form.last_4_digits }} {{ zebra_form.stripe_token }} {% if not immediate_charge and user.profile.premium_expire %} You will not be charged until {{ user.profile.premium_expire|date:"F j, Y" }} {% endif %}
{% endblock %}