{% load static %}
{% if widget.picture %}
{% endif %}
{% if widget.name %}
{{ widget.name }}
{% endif %} {% if widget.description %}
{{ widget.description|safe|linebreaksbr }}
{% endif %}