2012-02-27 21:46:34 -08:00
{% extends 'base.html' %}
{% load typogrify_tags utils_tags zebra_tags %}
2012-02-28 17:37:01 -08:00
{% block bodyclass %}NB-static{% endblock %}
2012-02-27 21:46:34 -08:00
{% block extra_head_js %}
{% include_stylesheets "common" %}
{% include_javascripts "payments" %}
2012-02-28 17:37:01 -08:00
< script type = "text/javascript" src = "https://ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js" > < / script >
2012-02-27 21:46:34 -08:00
< script type = "text/javascript" src = "https://js.stripe.com/v1/" > < / script >
{% zebra_head_and_stripe_key %}
{% endblock %}
{% block content %}
2013-05-13 18:03:17 -07:00
{% if new_user_queue_position >= 0 %}
< div class = "NB-static-alert" >
< p style = "margin: 0" >
{% if new_user_queue_position == 0 %}
You are at the front of the line! Just a few more minutes< br / > until you receive your free invite to use NewsBlur.
{% else %}
2013-05-22 14:24:25 -07:00
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 %} < span style = "color:#999" > (and {{ new_user_queue_behind|commify }} {{ new_user_queue_behind|pluralize:"person,people" }} behind you)< / span > {% endif %}, {{ new_user_queue_position|pluralize:",all" }} patiently waiting< br / > on their free accounts on NewsBlur.
2013-05-13 18:03:17 -07:00
{% endif %}
< / p >
< p style = "margin: 6px 0 0;color: #355599;font-weight: bold;" > By going premium you can get full and immediate access to NewsBlur.< / p >
< / div >
{% endif %}
2013-03-14 09:59:42 -07:00
< div class = "NB-static-form-wrapper" style = "overflow:hidden" >
< div class = "NB-modal-feedchooser NB-static-feedchooser NB-feedchooser-type" style = " margin: 0 10 % 0 0 ;
2013-04-25 17:57:33 -07:00
width: 376px;
2013-03-14 09:59:42 -07:00
float: right;">
< div class = "NB-feedchooser-info" >
< div class = "NB-feedchooser-info-type" >
< span class = "NB-feedchooser-subtitle-type-prefix" > Super-Mega< / span > Premium Account
< / div >
< / div >
< ul class = "NB-feedchooser-premium-bullets" >
< li class = "NB-1" >
2013-05-13 18:03:17 -07:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Enable every site by going premium< br / > < span style = "color: rgba(0, 0, 0, .5)" > Free accounts are limited to 64 sites< / span >
2013-03-14 09:59:42 -07:00
< / li >
< li class = "NB-2" >
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Sites updated up to 10x more often
< / li >
< li class = "NB-3" >
< div class = "NB-feedchooser-premium-bullet-image" > < / div > River of News (reading by folder)
< / li >
< li class = "NB-4" >
2015-02-19 11:49:26 -08:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Search sites and folders
2013-03-14 09:59:42 -07:00
< / li >
< li class = "NB-5" >
2015-02-19 11:49:26 -08:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Save stories with searchable tags
2013-03-14 09:59:42 -07:00
< / li >
< li class = "NB-6" >
2015-02-19 11:49:26 -08:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Privacy options for your blurblog
< / li >
< li class = "NB-7" >
2015-08-24 13:23:57 -07:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Custom RSS feeds for folders and saved stories
2015-02-19 11:49:26 -08:00
< / li >
< li class = "NB-8" >
2015-08-24 13:23:57 -07:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > Text view conveniently extracts the story
< / li >
< li class = "NB-9" >
2013-04-25 17:57:33 -07:00
< div class = "NB-feedchooser-premium-bullet-image" > < / div > You feed Shiloh, my poor, hungry dog, for < span class = "NB-feedchooser-hungry-dog" > 12 days< / span > < img src = "/media//img/reader/shiloh.jpg" class = "NB-feedchooser-premium-poor-hungry-dog" >
2013-03-14 09:59:42 -07:00
< / li >
< / ul >
< / div >
2013-01-03 10:33:22 -08:00
< div class = "NB-static-form NB-stripe-form" >
2013-05-13 18:03:17 -07:00
2012-02-28 17:37:01 -08:00
< label > Username< / label >
2013-05-13 18:03:17 -07:00
< div class = "NB-stripe-username" >
< a href = "{% url " logout " % } " class = "NB-right" style = "font-size: 10px;" > logout< / a >
{{ user.username }}
< / div >
2012-02-28 17:37:01 -08:00
< div class = "NB-creditcards" >
2013-04-19 09:51:30 -07:00
< img src = "{{ MEDIA_URL }}img/reader/cc_visa.png" >
< img src = "{{ MEDIA_URL }}img/reader/cc_mastercard.png" >
< img src = "{{ MEDIA_URL }}img/reader/cc_amex.png" >
< img src = "{{ MEDIA_URL }}img/reader/cc_discover.png" >
2012-02-28 17:37:01 -08:00
< / div >
2013-05-13 18:03:17 -07:00
2012-02-28 17:37:01 -08:00
< form action = "" method = "POST" id = "payment-form" > {% csrf_token %}
< div >
{{ zebra_form.card_number.label_tag }}
{{ zebra_form.card_number }}
2013-05-24 12:11:52 -07:00
{% if error %}
< label class = "error" > {{ error }}< / label >
{% endif %}
2012-02-28 17:37:01 -08:00
< / div >
< div >
{{ zebra_form.card_cvv.label_tag }}
{{ zebra_form.card_cvv }}
< / div >
< div >
{{ zebra_form.card_expiry_month.label_tag }}
{{ zebra_form.card_expiry_month }}
< / div >
< div >
{{ zebra_form.card_expiry_year.label_tag }}
{{ zebra_form.card_expiry_year }}
< / div >
< div >
{{ zebra_form.email.label_tag }}
{{ zebra_form.email }}
< / div >
2012-02-29 12:57:46 -08:00
< div style = "overflow: hidden" >
2013-03-14 21:40:14 -07:00
< style >
.NB-stripe-plan-choice label:first-child {
display: none;
}
< / style >
2012-02-28 17:37:01 -08:00
{{ zebra_form.plan.label_tag }}
2013-04-25 18:58:36 -07:00
< label for = "payextra" class = "payextra-label" >
< input type = "checkbox" id = "payextra" name = "payextra" / >
I'm feeling generous
{{ zebra_form.plan|safe }}
< / label >
2012-02-28 17:37:01 -08:00
< / div >
{{ zebra_form.last_4_digits }}
{{ zebra_form.stripe_token }}
< noscript > < h3 > Note: this form requires Javascript to use.< / h3 > < / noscript >
< span class = "payment-errors" > < / span >
< button type = "submit" class = "submit-button NB-modal-submit-button NB-modal-submit-green" > Submit Payment< / button >
< / form >
< / div >
2012-02-27 21:46:34 -08:00
< / div >
{% endblock %}