{% extends "admin/base.html" %} {% load i18n ba_i18n %} {% block content_title %}

{% ba_label ba.welcome_sign %}

{% endblock %} {% block content %}
{% for w in widgets %}
{% include w.template with ctx=w.context %}
{% endfor %}
{% endblock %}