{% if not user %} {% if this.page.title is sameas("Sign In") %}
{% partial __SELF__ ~ '::signin' %}
{% endif %} {% if this.page.title is sameas("Register") %}
{% partial __SELF__ ~ '::register' %}
{% endif %} {% else %} {% partial __SELF__ ~ '::activation_check' %} {% partial __SELF__ ~ '::update' %} {% partial __SELF__ ~ '::deactivate_link' %} {% endif %}