{%extends "base/page.html"%} {%load pgmarkdown%} {%block title%}{{obj.title}}{%endblock%} {%block contents%}

{{obj.title}}

Date: {{obj.displaydate|safe}}
Location: {{obj.locationstring}}
{%if obj.language%}
Language: {{obj.language}}
{%endif%} {%if obj.badged%}PostgreSQL Community Event This event is recognised under the community event guidelines.{%endif%} {{obj.details|markdown}} {%if obj.has_organisation%}

Posted by {{obj.org}}{%if obj.org.email%} ({{obj.org.email}}){%endif%}.

{%else%}

This event has been migrated from a previous version of the PostgreSQL website. We apologise for any formatting issues caused by the migration.

{%endif%}

Note: The PostgreSQL Global Development Group does not endorse any events run by third parties. No guarantee of the quality of events is offered whatsoever.

{%endblock%}