{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load i18n humanize %} {% block content %} {% if object.image %} {% if ' {% endif %} {% endif %}
{{ object.content|safe }}
{% trans "When" %}: {% if object.next %} {% with dt=object.next %}{% with day=dt|naturalday:"D d N 'y" time=dt|time:"G:i" %}
{% blocktrans %}{{ day }} at {{ time }}{% endblocktrans %}
{% endwith %}{% endwith %} {% elif object.last %} {% with dt=object.last %}{% with day=dt|naturalday:"D d N 'y" time=dt|time:"G:i" %}
{% blocktrans %}{{ day }} at {{ time }}{% endblocktrans %}
{% endwith %}{% endwith %} {% endif %} {% if object.location %} {% trans "Where" %}:
{{ object.location.name }}
{% if object.location.address %}
{{ object.location.address }}
{% endif %} {% if object.location.coordinates %} {% endif %} {% endif %}
{% endblock %}