Files
pillar/src/templates/nodes/custom/_node_preview_forbidden.pug

26 lines
676 B
Plaintext
Raw Normal View History

section.node-preview-forbidden
| {% if node.picture %}
img(src="{{ node.picture.thumbnail('t', api=api) }}")
| {% endif %}
div
p Available to Blender Cloud subscribers
hr
| {% if current_user.has_cap('can-renew-subscription') %}
p
small You have a subscription, it just needs to be renewed.
a.btn(href="/renew")
| #[i.pi-heart] Renew Subscription
| {% else %}
p
small Support Blender and get awesome stuff!
a.btn(href="{{ url_for('cloud.join') }}")
| #[i.pi-heart] Get a Subscription
| {% endif %}
| {% if current_user.is_anonymous %}
p
small Already a subscriber?
a.btn(href="{{ url_for('users.login') }}") Log In
| {% endif %}