{% load staticfiles %}
  • <%= title %>
  • <% if (event){ %>
    <% } else { %>
    <% } %>

    <%= title %>

    <%= description %>

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

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

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

    <%= event.location %>

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

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

    <% } %>