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

{{title}}

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.

PostgreSQL Community Event indicates that an event is recognised under the community event guidelines and is directly helping the PostgreSQL community.

{%for event in events %}
{% if event.badged %} PostgreSQL Community Event {% endif %} {{event.title}}
Date: {{event.displaydate|safe}}
Location: {{event.locationstring}}
{%if event.language%}
Language: {{event.language}}
{%endif%}
{{event.summary|markdown:"safe"}}
{%endfor%} {%if not archive%}

Older {{eventblock.name}}

{%endif%} {%if not archive%}

Submit event

{%endif%} {%endblock%}