{% load crispy_forms_field %} {% if inputs %}
{% for input in inputs %} {# Render using button template since govuk buttons have finite widths #} {% include "govuk/layout/basebutton.html" %} {% endfor %}
{% endif %}