{% load getitem %}{% load i18n %}{% if widget.wrap_label %}{% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.wrap_label %} {{ widget.label.title }}
{% trans "The quick brown fox jumps over the lazy dog." context "typography" %}{% if "sample" in widget.label.data %}
{{ widget.label.data.sample }}{% endif %}{% endif %}