{% extends "qommon/forms/widget.html" %} {% load qommon %} {% block widget-control %} --- {% for option in widget.get_options %} {% with datetime=option.options.datetime|parse_datetime %} {{ option.description }} {% endwith %} {% endfor %}