{% load crispy_forms_tags %}
{% if input.tag == "input" %}
{{ input }}
{% else %}
{{ field }}
{% endif %}