{% macro with_default(content='') %} {% set content = (caller() if caller is defined else content) | trim %} {%- if content -%} {{ content }} {%- else -%} {% trans %}None{% endtrans %} {%- endif -%} {% endmacro %} {% macro section_id(name) -%} event-settings-{{ name|replace('_', '-') }} {%- endmacro %} {% macro render_section(event, name, icon, edit_endpoint, edit_title, with_container=true) %} {% set id = section_id(name) %} {% if with_container %}
{% trans %} This label indicates that the event is not happening. Reminders are disabled. {% endtrans %}
{% endif %}