--- # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. layout: base id: events ---

{% translate pagetitle %}rss

{% translate pagedesc %}

{% filter_for p in site.conferences sort_by:date %}{% if p.geoloc %}
{{ p.title | htmlescape }}
{{ p.date }}
{{ p.venue | htmlescape }}
{{ p.address | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
{% endif %}{% endfilter_for %} {% filter_for p in site.meetups sort_by:date %}{% if p.geoloc %}
{{ p.title | htmlescape }}
{{ p.date }}
{{ p.venue | htmlescape }}
{{ p.address | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
{% endif %}{% endfilter_for %}

{% translate upcoming %}

{% filter_for p in site.conferences sort_by:date %}
{{ p.date | date:"%Y-%m-%d" }}
{{ p.title | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
{% endfilter_for %} {% translate eventsubmit %}

{% translate meetupgroup %}

{% translate meetupbitcointalk %}

{% translate meetupwiki %}