{% extends "base.html" %} {% block page_title %}{{ _('Search Results') }}{% endblock %} {% block body_id %}search{% endblock %} {% block body_class %} {{ super() }} search-page {% endblock %} {% block search %}{% endblock %} {% block content %} {% if not user.is_authenticated() or not user.userprofile.is_vouched %}
{{ _('You are currently searching public profiles.') }} {% if not user.is_authenticated() %} {% trans next_url=request.get_full_path(), title=_('Sign In'), login_url=nonprefixed_url('oidc_authentication_init') %} View more results by logging in. {% endtrans %} {% else %} {{ _('View more results when vouched.') }} {% endif %}
{% endif %}You can search for another Mozillian using their name, email, username and bio keywords or you can search for groups by name and group membership status.
{% endtrans %}{% trans count=page_obj.paginator.count %} {{ count }} entry matching {% pluralize %} {{ count }} entries matching {% endtrans %} {% if form.cleaned_data.q %} "{{ form.cleaned_data.q }}" {% endif %}
{% with items=page_obj %} {% include 'includes/pagination.html' %} {% endwith %}{{ _('Sorry we cannot find a') }} {% if form.cleaned_data.is_group_query %} {{ _('group') }} {% endif %} {% if form.cleaned_data.is_group_query and form.cleaned_data.is_profile_query %} {{ _('or') }} {% endif %} {% if form.cleaned_data.is_profile_query %} {{ _('profile') }} {% endif %} {% trans %} related to "{{ query }}". {% endtrans %}
{% if user.is_authenticated() %}{% trans invite=url('phonebook:invite') %} Maybe they're not a Mozillian yet? Invite this person to create a profile. {% endtrans %}