{% load opening_hours_management %} {% load i18n %}
{% if widget.instance %}{% show_opening_hours widget.instance True %}{% else %}{% trans "No opening hours defined" %}{% endif %}
{% include "django/forms/widgets/hidden.html" %}