{% extends "en-us/PageLayout.htm" %} {%- block htmTitlePageLayout %} {%- block htmTitleClientPage %} {{ result.objectTitle }} {%- endblock htmTitleClientPage %} {%- endblock htmTitlePageLayout %} {%- block htmStylesPageLayout %} {{ super() }} {%- block htmStylesClientPage %} {%- endblock htmStylesClientPage %} {%- endblock htmStylesPageLayout %} {%- block htmStylePageLayout %} :root { --site-results-number-of-columns: 2; } {{ super() }} {%- block htmStyleClientPage %} {%- endblock htmStyleClientPage %} {%- endblock htmStylePageLayout %} {%- block htmScriptsPageLayout %} {{ super() }} {%- block htmScriptsClientPage %} {%- endblock htmScriptsClientPage %} {%- endblock htmScriptsPageLayout %} {%- block htmScriptPageLayout %} {%- block htmScriptClientPage %} {%- endblock htmScriptClientPage %} {%- endblock htmScriptPageLayout %} {%- block websocketPageLayout %} {%- block websocketClientPage %} {% if resultCount > 0 %} window.eventBus = new EventBus('/eventbus'); window.eventBus.enableReconnect(true); websocketClient(websocketClientInner); {% endif %} {%- endblock websocketClientPage %} {%- endblock websocketPageLayout %} {%- block htmUrlClientPage %}{{pageUri}}?q={{query.q}}&rows={% if rows is defined %}{{rows}}{% else %}{{pagination.rows}}{% endif %}&rows={% if start is defined %}{{start}}{% else %}{{pagination.start}}{% endif %}{% for item query.fq %}{% if fq == item %}{% else %}&fq={{fq}}:{{val}}{% endif %}{% endfor %}{% for item in query.sort %}{% if sort == item %}{% else %}&sort={{var}} {{order}}{% endif %}{% endfor %}{%- endblock htmUrlClientPage %} {%- if pageSearchButtons is not defined %} {%- set pageSearchButtons %} {% include en-us/search/client/ClientSearchButtons.htm %} {%- endset pageSearchButtons %} {%- endif %} {%- if pageSearchFormButtons is not defined %} {%- set pageSearchFormButtons %} {% include en-us/search/client/ClientSearchFormButtons.htm %} {%- endset pageSearchFormButtons %} {%- endif %} {%- if pageBreadcrumb is not defined %} {%- set pageBreadcrumb %} back to all clients all clients a client {%- endset pageBreadcrumb %} {%- endif %} {%- block htmBodyStartPageLayout %} {{ super() }} {%- block htmBodyStartClientPage %} {% if resultCount > 0 %}

{{ result.objectTitle | e }}

{% endif %} {% include en-us/search/client/ClientSearchForm.htm %} {%- endblock htmBodyStartClientPage %} {%- endblock htmBodyStartPageLayout %} {%- block htmBodyMiddlePageLayout %} {%- block htmBodyMiddleClientPage %} {%- include en-us/search/client/ClientSidebar.htm %}
{% if resultCount == 0 %}
back to all clients all clients no client found
{% else %} {%- include en-us/search/client/ClientSuggestedSearch.htm %} {% endif %} {%- block htmFormClientPage %}
{% if result.clientResource is defined %} {% endif %}
{%- if resultCount >= 1 %} {{ htmForm_searchpageClient() }} {% endif -%} {%- endblock htmFormClientPage %}
{%- endblock htmBodyMiddleClientPage %} {%- endblock htmBodyMiddlePageLayout %} {%- block htmBodyEndPageLayout %} {%- block htmBodyEndClientPage %} {%- include en-us/search/client/ClientLocation.htm %} {%- endblock htmBodyEndClientPage %} {{ super() }} {%- endblock htmBodyEndPageLayout %}