{# Render a fieldset with optional legend and description #} {% load djadmin_layout %} {% if fieldset.legend %} {{ fieldset.legend }} {% endif %} {% if fieldset.description %}

{{ fieldset.description }}

{% endif %} {% for item in fieldset.fields %} {% render_layout_item item %} {% endfor %}