{% load i18n %} {% comment %} USAGE: {% include 'govuk-frontend/components/warning-text.html' with text= only %} optional parameters: accessible_label - to use instead of "Warning" {% endcomment %}
{{ accessible_label|default:_('Warning') }} {{ text }}