{% set title = "Unconference Berlin - May 22nd-24th, 2023" %} {% set description = "Tryton Unconference in Berlin" %} {% set keywords = ["conference", "meeting", "code sprint", "event"] %} {% set banner = 'tub2023-banner.svg' %} {% macro location1() %}
Change Hub
Hardenbergstr. 32 10623 Berlin
{% endmacro %} {% macro location2() %}
inmedio Berlin
Holbeinstraße 33 12203 Berlin
{% endmacro %} {% set events = [ Day((2023, 5, 22), location=location1(), full=True), Day((2023, 5, 23), ("Code Sprint", (10,), (18,)), location=location2(), full=True), Day((2023, 5, 24), ("Code Sprint", (10,), (18,)), location=location2(), full=True), ] %} {% extends "events/layout.html" %} {% block title %} Tryton Unconference Berlin
May 22nd-24th 2023 {% endblock %} {% block style %} {{ super() }} {% endblock style %} {% block lead %}

From Monday, May 22nd to Wednesday, May 24th, 2023, the Tryton unconference comes to Berlin. We invite users, developers and anyone else who is interested to come along and learn more about Tryton. Discover new features, learn about the latest technical developments and share feedback with the community.

{{ super() }} {% endblock lead %} {% block schedule %} {{ super() }} {% if datetime.date.today() < datetime.date(2023, 5, 15) %}

build The unconference is built by its participants.

Submit a talk
{% endif %} {% endblock schedule %} {% block register %}

Want to participate in the #TUB2023?

{% endblock register %} {% block venue %}
The unconference will be hosted on Monday at {{ location1() | safe }}

View Larger Map
and on Tuesday and Wednesday at {{ location2() | safe }}

View Larger Map

Transportation

While in Berlin, we recommend using public transport and their Ticket App.

{% endblock venue %} {% block accommodations %}

Berlin is a tourist city, there are a lot of hotels near the location.

However, here are a few suggestions for hotels:

{% endblock accommodations %} {% block main %} {{ super() }}

Sponsors

With the support of:

m-ds

Want to help us for the event?
Contact the Foundation to become sponsor
and be listed here.

{% endblock main %} {% block script %} {{ super() }} {% endblock script %}