{# Hidden value input - rendered by Django #} {% with widget=hidden_widget %} {% endwith %}
{# Display value - rendered by Django #}
{% with widget=display_widget %} {% endwith %}
{# Search input - rendered by Django #}
{% with widget=search_widget %} {% endwith %}