{% load i18n %} {% load staticfiles %} {% autoescape off %}
<% if (event){ %> <% } else { %> <% } %>
<% if (event){ %>
<% } else { %>
<% } %>

<%= title %>

<%= moment(start_date).format('MMM') %>

<%= moment(start_date).format('DD') %>

<%= moment(start_date).format('dddd') %>

<%= location %>

{% trans 'Starts' %}  <%= moment(start_date).format('LL H:mm') %>

{% trans 'Ends' %}  <%= moment(end_date).format('LL H:mm') %>

{% endautoescape %}