{% extends 'base.html' %} {% load i18n %} {% block title %} - {{ event }}{% endblock %} {% block content %} {% trans "Events" as ph_bc1 %} {% trans "events_url" as ph_bc1_url %} {% trans "Event" as ph_bc2 %} {% with ph_icon="icon-time" ph_title=event.title ph_bc1=ph_bc1 ph_bc1_url=ph_bc1_url ph_bc2=ph_bc2 %} {% include "layout_elements/page_header.html" %} {% endwith %}