{% extends "layout/default.html" %} {% set title = _("Widgets") %} {% block body %}

{{ _("Widgets") }}

{{_("Add")}}

{% for box in boxs %}
{{_(box.name)}}

{{ get_widget(box.url)|safe }}

{% endfor %}
{% endblock %}