{# vim: set ts=2 et sts=2 sw=2: #} {% extends 'base.html' %} {% set title = _('Live Chat') %} {% set scripts = ('chat',) %} {% set styles = ('chat',) %} {% set crumbs = [(None, _('Chat'))] %} {% block content %}

{{ _('Live Chat') }}

{% trans %}Live Chat provides real time text support right in your browser. If Foxkeh says we're open, click on him to begin a one-on-one chat with one of our volunteers.{% endtrans %}

{{ _('Checking Live Chat Status...') }}

{{ _('How to get started') }}

  1. {% trans %}If this page says "We're Open," that means people are ready to help you with your Firefox problem. Click on the fox to launch the chat window.{% endtrans %}
  2. {% trans %}Fill out as many of the fields as you can and click Start Chat.{% endtrans %}
  3. {% trans %}When someone answers your question, the request window will change to show a chat field and the conversation starts.{% endtrans %}

{{ _('What you should know') }}

{{ _('Terms of service') }} | {{ _('Privacy Policy') }}

{{ _('Want to help?') }}

{% trans help=url('wiki.document', 'Helping with Live Chat') %}Our Live Chat volunteers are regular Firefox users like you! Check out what you need to know to help users through Live Chat.{% endtrans %}

{% endblock %}