{% block eventinfo %} {% if config('name') %} {% if config('event_start') and config('event_end') %} {{ __('%1$s, from %2$s to %3$s', [ config('name'), config('event_start').format(__('Y-m-d')), config('event_end').format(__('Y-m-d')) ]) }} {% elseif config('event_start') %} {{ __('%1$s, starting %2$s', [ config('name'), config('event_start').format(__('Y-m-d')) ]) }} {% else %} {{ config('name') }} {% endif %}
{% elseif config('event_start') and config('event_end') %} {{ __('Event from %1$s to %2$s', [ config('event_start').format(__('Y-m-d')), config('event_end').format(__('Y-m-d')) ]) }}
{% endif %} {% endblock %} {% for name,url in config('footer_items') %} {% if '@' in url %}{% endif %} {{ __(name) }} · {% endfor %} {{ __('Bugs / Features') }} · {{ __('Development Platform') }} · {{ __('Credits') }}