mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
20 lines
No EOL
558 B
HTML
20 lines
No EOL
558 B
HTML
{% load utils_tags %}
|
|
|
|
|
|
{% if not user_profile.is_premium %}
|
|
<div class="NB-module NB-module-premium">
|
|
<h5 class="NB-module-header">
|
|
Please Upgrade
|
|
</h5>
|
|
|
|
<div class="NB-module-item NB-module-item-intro">
|
|
<p>NewsBlur is a paid service and relies on premium subscribers.</p>
|
|
|
|
<p><b>Please upgrade your account to premium.</b></p>
|
|
|
|
<div class="NB-modal-submit-green NB-modal-submit-button NB-module-premium-button NB-javascript">Upgrade</div>
|
|
|
|
<p class="NB-module-premium-price">Only $36/year</p>
|
|
</div>
|
|
</div>
|
|
{% endif %} |