<dl{{ attributes }}> {% for dt, dd in items %} <div> <dt>{{ dt }}</dt> <dd>{{ dd }}</dd> </div> {% endfor %} </dl>
Главная | Обратная связь