{% extends "base.html.twig" %} {% block title %}configuration{% endblock %} {% block content %}

Webcron configuration

{% if not message == "" %}
× {{ message }}
{% endif %} {% if not error == "" %}
× Error! {{ error }}
{% endif %}
{% for cat in config %}

{{ cat.name }}

{% for confval in cat.conf %}

{{ confval.description }}

{% endfor %} {% endfor %}
{% endblock %}