{% extends 'master.twig' %} {% set title %}Support {{ config('general.name') }}{% endset %} {% set features = { "money": "Helping us pay for the bills to survive", "certificate": "A special name colour to stand out in the crowd", "magic": "The ability to change your username once a month", "pencil": "You can set a custom user title", "lock": "Access to some exclusive forums", "picture-o": "You get the ability to set a profile background" } %} {% block content %}
Support {{ config('general.name') }}

redo this entirely

To keep the site and everything surrounding it running I need money to pay the bills, however instead of just having a donate button I decided on adding a premium system to the site which gives you a few extras. The premium rank is indentified on the site by Tenshi. More stuff that literally doesn't exist yet will be added to the list of featuring down the line but in order, the stuff that already exist can be seen further down on this page. With your help we can keep adding new stuff, get new hardware and keep the site awesome!

{% if user.isPremium %}
Your current Tenshi tag

Your Tenshi tag is valid till {{ user.premiumInfo.expire|date(config('general.date_format')) }}.

{# the progress bar is completely broken, not fixing it until i completely reviewed the premium system #} {##}
{% endif %}
Why should I get Tenshi?
{% for k, v in features %}
{{ v|raw }}
{% endfor %}
The good feeling of helping the staff of your favourite site keep it up and awesome
Payment Options
Our transactions are handled through PayPal.
{% if user.isActive and user.verified %}

Total: €

{% elseif user.isActive %}

You can't get Tenshi at the current moment!

{% else %}

You need to be logged in to get Tenshi!

{% endif %}
{% if user.isActive and user.verified %} {% endif %} {% endblock %}