{% extends '/tml/base.html' %} {% block title %}{{ _("Config") }} - {{ super() }} {% endblock %} {% block subtitle %}{{ _("Config") }}{% endblock %} {% block head %} {% endblock %} {% block content %}

   {{ _("Choose a section from the menu") }}



   {{ _("Choose a section from the menu") }}


{% for account in conf.accs %} {% set plugin = account.type %} {% endfor %}
{{ _("Plugin") }} {{ _("Name") }} {{ _("Password") }} {{ _("Status") }} {{ _("Premium") }} {{ _("Valid until") }} {{ _("Traffic left") }} {{ _("Time") }} {{ _("Max Parallel") }} {{ _("Delete?") }}
{{ plugin }} {% if account.valid %} {{ _("valid") }} {% else %} {{ _("not valid") }} {% endif %} {% if account.premium %} {{ _("yes") }} {% else %} {{ _("no") }} {% endif %} {{ account.validuntil }} {{ account.trafficleft }}
{% endblock %} {% block hidden %}

{{_("Add Account")}}

{{_("Enter your account data to use premium features.")}}

{{_("Your username.")}}

{{_("The password for this account.")}}

{{_("Choose the hoster for your account.")}}

{% endblock %}