{% extends "en-us/PageLayout.htm" %} {%- block htmTitlePageLayout %} {%- block htmTitleSiteUserPage %} {{ result.objectTitle }} {%- endblock htmTitleSiteUserPage %} {%- endblock htmTitlePageLayout %} {%- block htmStylesPageLayout %} {{ super() }} {%- block htmStylesSiteUserPage %} {%- endblock htmStylesSiteUserPage %} {%- endblock htmStylesPageLayout %} {%- block htmStylePageLayout %} :root { --site-results-number-of-columns: 2; } {{ super() }} {%- block htmStyleSiteUserPage %} {%- endblock htmStyleSiteUserPage %} {%- endblock htmStylePageLayout %} {%- block htmScriptsPageLayout %} {{ super() }} {%- block htmScriptsSiteUserPage %} {%- endblock htmScriptsSiteUserPage %} {%- endblock htmScriptsPageLayout %} {%- block htmScriptPageLayout %} {%- block htmScriptSiteUserPage %} {%- endblock htmScriptSiteUserPage %} {%- endblock htmScriptPageLayout %} {%- block websocketPageLayout %} {%- block websocketSiteUserPage %} {% if resultCount > 0 %} window.eventBus = new EventBus('/eventbus'); window.eventBus.enableReconnect(true); websocketSiteUser(websocketSiteUserInner); {% endif %} {%- endblock websocketSiteUserPage %} {%- endblock websocketPageLayout %} {%- block htmUrlSiteUserPage %}{{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 htmUrlSiteUserPage %} {%- if pageSearchButtons is not defined %} {%- set pageSearchButtons %} {% include en-us/search/user/SiteUserSearchButtons.htm %} {%- endset pageSearchButtons %} {%- endif %} {%- if pageSearchFormButtons is not defined %} {%- set pageSearchFormButtons %} {% include en-us/search/user/SiteUserSearchFormButtons.htm %} {%- endset pageSearchFormButtons %} {%- endif %} {%- if pageBreadcrumb is not defined %} {%- set pageBreadcrumb %} back to all site users all site users a site user {%- endset pageBreadcrumb %} {%- endif %} {%- block htmBodyStartPageLayout %} {{ super() }} {%- block htmBodyStartSiteUserPage %} {% if resultCount > 0 %}

{{ result.objectTitle | e }}

{% endif %} {% include en-us/search/user/SiteUserSearchForm.htm %} {%- endblock htmBodyStartSiteUserPage %} {%- endblock htmBodyStartPageLayout %} {%- block htmBodyMiddlePageLayout %} {%- block htmBodyMiddleSiteUserPage %} {%- include en-us/search/user/SiteUserSidebar.htm %}
{% if resultCount == 0 %}
back to all site users all site users no site user found
{% else %} {%- include en-us/search/user/SiteUserSuggestedSearch.htm %} {% endif %} {%- block htmFormSiteUserPage %}
{% if result.userId is defined %} {% endif %}
{%- if resultCount >= 1 %} {{ htmForm_searchpageSiteUser() }} {% endif -%} {%- endblock htmFormSiteUserPage %}
{%- endblock htmBodyMiddleSiteUserPage %} {%- endblock htmBodyMiddlePageLayout %} {%- block htmBodyEndPageLayout %} {%- block htmBodyEndSiteUserPage %} {%- include en-us/search/user/SiteUserLocation.htm %} {%- endblock htmBodyEndSiteUserPage %} {{ super() }} {%- endblock htmBodyEndPageLayout %}