{% if branch_ctx %}
{% if branch_ctx.can_switch and branch_ctx.is_multi %}
{% elif not branch_ctx.can_switch and branch_ctx.is_multi %}
{{ branch_ctx.active.name }}
{% endif %}
{% endif %}
{% now "l, d F Y" %}
{% if request.user.is_authenticated %}
{% endif %}