{% extends "base.html" %} {% block title %}{{ host_name }} — calrs{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if host_user_id %}
{% if host_has_avatar %} {% else %} {{ host_initials }} {% endif %}
{% endif %}

{{ host_name }}

{% if host_title %}

{{ host_title }}

{% endif %}
{% if host_bio %}
{{ host_bio|safe }}
{% endif %}

{{ t('profile-pick-event-type-invite') }}

{% if event_types %} {% for et in event_types %}
{{ et.title }} · {{ et.duration_min }}min {% if et.description %}

{{ et.description|safe }}

{% endif %}
{% endfor %} {% else %}
📅
{{ t('profile-no-event-type') }}
{% endif %} {% endblock %}