{{ bulletin_theme_title | default(value='Welcome') }}

Sabbath School

{% for item in sabbath_school_items %}
{{ item.label }}: {{ item.details }}
{{ item.time }}
{% else %}

Sabbath School details not available.

{% endfor %}

Divine Worship 11:00 AM

{% for item in divine_worship_items %}
{{ item.label }}: {% if item.title %}

{{ item.title }}

{% endif %} {% if item.details %}

{{ item.details }}

{% endif %} {% if item.speaker %}

{{ item.speaker }}

{% endif %}
{% else %}

Divine Worship details not available.

{% endfor %}

Announcements

{% for event in announcements %}
{{ event.title }} {% if event.is_grouped %}

{{ event.description }}

{% if event.location %}

Location: {{ event.location }}

{% endif %}
{% for session in event.group_sessions %}
{{ session.title }}

{{ session.date }} at {{ session.time }}

{% if session.location and session.location != event.location %}

Location: {{ session.location }}

{% endif %}
{% endfor %}
{% else %} {% if event.time_display %}

When: {{ event.time_display }}

{% elif event.start_time_formatted %}

When: {{ event.start_time_formatted }}

{% endif %}

{{ event.description }}

{% if event.location %}

Where: {{ event.location }}

{% endif %} {% endif %}
{% else %}

No announcements at this time.

{% endfor %}

Sermon Notes

{% for i in range(end=15) %}
{% endfor %}

Contact Us

Phone: {{ contact_info.phone | default(value='860-875-0450') }}

Website: {{ contact_info.website | default(value='rockvilletollandsda.church') }}

Address: {{ contact_info.address | default(value='9 Hartford Tpke Tolland CT 06084') }}

Sunset Times

{{ sunset_times | default(value='Not available') }}

{{ church_name | default(value='Rockville-Tolland Seventh-Day Adventist Church') }}

{{ bulletin_date }}

{% if cover_image_path %}
Cover Image
{% endif %}