{% load i18n %}
dock_to_right dock_to_right {% include "unfold/helpers/header_back_button.html" %}

{% if content_title %} {{ pretitle }} {{ content_title }} {% if cl and cl.full_result_count != cl.result_count %} {% blocktranslate count counter=cl.result_count %}{{ counter }} result{% plural %}{{ counter }} results{% endblocktranslate %} ({% if cl.show_full_result_count %}{% blocktranslate with full_result_count=cl.full_result_count %}{{ full_result_count }} total{% endblocktranslate %}{% else %}{% translate "Show all" %}{% endif %}) {% endif %} {% if content_subtitle %} {{ content_subtitle }} {% endif %} {% else %} {% translate 'Welcome,' %} {% firstof user.get_short_name user.get_username %}. {% endif %}