haproxy-wi/app/templates/include/no_sub.html

27 lines
923 B
HTML

<style>
#oops_div {
position: absolute;
right: 0;
{% if page == 'servers.py' or page == 'users.py' %}
margin-top: 50px;
{% else %}
bottom: 50px;
{% endif %}
}
</style>
<center>
<h4>
{% if user_subscription['user_status'] == 0 %}
You are not subscribed. Please subscribe to have access to this feature.
<p>
Read <a href="https://roxy-wi.org/pricing" title="Roxy-WI pricing" target="_blank" class="link">here</a> about subscriptions
</p>
{% elif user_subscription['user_plan'] == 'user' or user_subscription['user_plan'] != 'support' %}
This feature is not available for your plan. To change the plan, follow this <a href="https://roxy-wi.org/pricing" title="Roxy-WI pricing" target="_blank" class="link">link</a>
{% endif %}
</h4>
</center>
<div id="oops_div">
<img src="/inc/images/oops.png" alt="Oops">
</div>