{% block eventinfo %} {% if config('name') %} {% if config('event_start') and config('event_end') %} {{ __('%s, from %s to %s', [ config('name'), config('event_start').format(__('Y-m-d')), config('event_end').format(__('Y-m-d')) ]) }} {% elseif config('event_start') %} {{ __('%s, starting %s', [ config('name'), config('event_start').format(__('Y-m-d')) ]) }} {% else %} {{ config('name') }} {% endif %}
{% elseif config('event_start') and config('event_end') %} {{ __('Event from %s to %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') }}