{% extends 'default/base.html' %} {% load i18n %} {% load contains %} {% load quotepath %} {% block title %}{% trans "Config" %} - {{block.super}} {% endblock %} {% block subtitle %}{% trans "Config" %}{% endblock %} {% block head %} {% endblock %} {% block menu %}
  • {% trans "Home" %}
  • {% trans "Queue" %}
  • {% trans "Collector" %}
  • {% trans "Downloads" %}
  • {% trans "Logs" %}
  • {% trans "Config" %}
  • {% endblock %} {% block content %}
    {% for configname, config in conf.iteritems %} {% ifnotequal configname "Accounts" %} {% for skey, section in config.iteritems %}
    {% for okey, option in section.items %} {% ifnotequal okey "desc" %} {% endifnotequal %} {% endfor %}
    {% ifequal option.type "bool" %} {% else %} {% if option.type|contains:";" %} {% else %} {% ifequal option.type "folder" %} {% else %} {% ifequal option.type "file" %} {% else %} {% endifequal %} {% endifequal %} {% endif %} {% endifequal %}
    {% endfor %} {% else %} {% for plugin, accounts in config.iteritems %}
    {% for account in accounts %} {% endfor %}
    {% trans "Status:" %} {% if account.valid %} {% trans "valid" %} {% else %} {% trans "not valid" %} {% endif %} {% trans "Valid until:" %} {{ account.validuntil }} {% trans "Traffic left:" %} {{ account.trafficleft }} {% trans "Time:" %} {% trans "Delete? " %}
     
    {% endfor %} {% endifnotequal %} {% endfor %} {% if conf %}

    {% for message in errors %} {{message}}
    {% endfor %} {% endif %} {% endblock %}