{% extends 'djangomaster/sbadmin/widget/base.html' %} {% block content_wrapper %}
{{ error }}
{% if html %}
{{ html|safe }}
{% if text %}
{{ text }}
{% endblock %}