{% extends "pretixcontrol/base.html" %} {% load i18n %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block content %}

{% trans "Dashboard" %}

{% for w in widgets %}
{% if w.url %} {{ w.content|safe }} {% else %}
{{ w.content|safe }}
{% endif %}
{% endfor %}
{% endblock %}