2022-04-27 18:10:26 +00:00
< style >
#oops_div {
position: absolute;
right: 0;
2022-04-30 20:12:25 +00:00
{% if page == 'servers.py' or page == 'users.py' %}
margin-top: 50px;
{% else %}
bottom: 50px;
{% endif %}
2022-04-27 18:10:26 +00:00
}
< / style >
< center >
< h4 >
2024-01-18 17:00:44 +00:00
{% if user_subscription['user_status'] == 0 %}
2022-04-27 18:10:26 +00:00
You are not subscribed. Please subscribe to have access to this feature.
< p >
2022-12-01 06:52:24 +00:00
Read < a href = "https://roxy-wi.org/pricing" title = "Roxy-WI pricing" target = "_blank" class = "link" > here< / a > about subscriptions
2022-04-27 18:10:26 +00:00
< / p >
2024-01-18 17:00:44 +00:00
{% elif user_subscription['user_plan'] == 'user' or user_subscription['user_plan'] != 'support' %}
2022-12-01 06:52:24 +00:00
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 >
2022-04-27 18:10:26 +00:00
{% endif %}
< / h4 >
< / center >
< div id = "oops_div" >
< img src = "/inc/images/oops.png" alt = "Oops" >
< / div >