2018-03-27 19:40:44 +02:00
|
|
|
section.node-preview-forbidden
|
|
|
|
| {% if node.picture %}
|
|
|
|
img(src="{{ node.picture.thumbnail('t', api=api) }}")
|
|
|
|
| {% endif %}
|
2018-03-28 12:17:11 +02:00
|
|
|
|
2018-03-27 19:40:44 +02:00
|
|
|
div
|
2018-03-28 12:17:11 +02:00
|
|
|
p Available to Blender Cloud subscribers
|
2018-08-31 19:31:36 +02:00
|
|
|
hr.bg-white
|
2018-03-27 19:40:44 +02:00
|
|
|
| {% if current_user.has_cap('can-renew-subscription') %}
|
2018-03-28 12:17:11 +02:00
|
|
|
p
|
|
|
|
small You have a subscription, it just needs to be renewed.
|
2018-08-31 19:31:36 +02:00
|
|
|
a.btn.btn-light(href="/renew")
|
2018-03-28 12:17:11 +02:00
|
|
|
| #[i.pi-heart] Renew Subscription
|
2018-03-27 19:40:44 +02:00
|
|
|
| {% else %}
|
2018-03-28 12:17:11 +02:00
|
|
|
p
|
|
|
|
small Support Blender and get awesome stuff!
|
2018-08-31 19:31:36 +02:00
|
|
|
a.btn.btn-light(href="{{ url_for('cloud.join') }}")
|
2018-03-28 12:17:11 +02:00
|
|
|
| #[i.pi-heart] Get a Subscription
|
2018-03-27 19:40:44 +02:00
|
|
|
| {% endif %}
|
2018-03-28 12:17:11 +02:00
|
|
|
|
2018-03-27 19:40:44 +02:00
|
|
|
| {% if current_user.is_anonymous %}
|
2018-04-05 16:45:59 +02:00
|
|
|
p(style="margin-top: 15px")
|
|
|
|
small
|
2018-08-31 19:31:36 +02:00
|
|
|
a.text-white(href="{{ url_for('users.login') }}") Already a subscriber? Log in
|
2018-03-27 19:40:44 +02:00
|
|
|
| {% endif %}
|