{% box_title 12 %}
{% box 12 %}{% box_title 13 %}
{% box 13 %}{% trans 'Events' %}
{% list_events as events_list limit=3 %}-
{% for event in events_list %}
- {% blocktrans with title=event.title %}{{ title }}{% endblocktrans %} {% empty %} {% trans 'Events will be shown here. Start adding events now!' %} {% endfor %}
{% trans 'Photos' %}
{% list_photos as photos_list limit=6 random=True %} {% for photo in photos_list %} {% endfor %}
{% box 15 %}
{% trans 'About the Organization' %}
{% box 16 %}{% trans 'Latest News' %}
{% list_news as news_list limit=4 %} {% for news_item in news_list|slice:":4" %}{% blocktrans with headline=news_item.headline|truncatewords:6 %}{{ headline }}{% endblocktrans %}
{% blocktrans with summary=news_item.summary|striptags|truncatewords:"20" %}{{ summary }}{% endblocktrans %}
{% box 17 %}
{% endblock %}
{% block extra_body %}
{% endblock extra_body %}