{% extends "calendar/_base.html" %} {% from "macros/box.html" import m_box_menu, m_box_content %} {% block content %} {% call m_box_content(_("Upcoming events")) %} {% for group in groups %}
{{ _("There are no upcoming events on this calendar yet.") }}
{% endfor %}[Archives]
{% endcall %} {% endblock %}