{% trans 'Donate' %}
{% box 12 %}{% trans 'Membership' %}
{% box 13 %}{% trans 'Directory' %}
{% box 14 %}{% 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 'Testimonials' %}
{% list_case_studies as case_studies_list limit=1 tags="home" %} {% for cs in case_studies_list %} {% blocktrans with overview=cs.overview|safe %}{{ overview }}{% endblocktrans %}{{ cs.client }} {% endfor %}
{% 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 %}