{% blocktrans with t=story.title %}{{ t }}{% endblocktrans %}
{% blocktrans with c=story.content|striptags|truncatewords_html:"32" %}{{ c }}{% endblocktrans %}
{% trans 'In The News' %}
{% blocktrans with h=news_item.headline %}{{ h }}{% endblocktrans %}
{% blocktrans with c=news_item.summary|striptags|safe|truncatewords:"30" %}{{ c }}{% endblocktrans %}
{% endfor %}
{% trans 'Support Our Cause' %}
{% trans 'Upcoming Events' %}
{{ event.start_dt|date:"F d, Y" }}
{% blocktrans with t=event.title %}{{ t }}{% endblocktrans %}
{% for speaker in event.speakers %}{{ speaker.name }}
{% endfor %}{% blocktrans with d=event.description|striptags|truncatewords:"30"|safe %}{{ d }}{% endblocktrans %}
{% endfor %} {% else %}{% trans 'Add an Event Today to See Something Here ' %}
{% now "F d, Y" %}
{% trans 'This is example of what your event description will look like. Start adding Events to start adding your own content today!' %}
{% if request.user.is_authenticated %}{% blocktrans %}Display your next upcoming event right on your homepage. Once you add your first event, this area will be replaced by that information. Don't forget to add an event photo!{% endblocktrans %}
{% endif %} {% endif %}