{# vim: set ts=2 et sts=2 sw=2: #} {% from "includes/common_macros.html" import list_view_item %} {% from "wiki/includes/document_macros.html" import show_for with context %} {% from "search/basic-form.html" import mobile_form with context %} {% if not site_title %} {% set site_title = _('Firefox Help for Mobile')|safe %} {% endif %} {{ title }} | {{ _('Firefox Help', 'site_title') }} {{ css('mobile') }} {% for style in styles %} {{ css(style) }} {% endfor %} {% if meta %} {% for tag in meta %} {% endfor %} {% endif %} {% if canonical_url %} {% endif %} {% include "global/mobile/header.html" %}

{{ site_title }}

{% if not hide_home_link %} {{ _('Firefox Help Home') }} {% endif %} {% if show_search == 'top' %} {{ mobile_form(q, search_params) }} {% endif %}
{% block content %}{% endblock %} {% if not hide_extra_content %} {% if show_search == 'bottom' %}

{{ _("Couldn't find what you were looking for?") }}

{% else %}

{{ _('Need More Personal Help?') }}

{% endif %}

{{ _('Other Products') }}

{% if include_showfor %} {{ show_for() }} {% endif %} {% endif %}
{{ js('mobile') }} {% for script in scripts %} {{ js(script) }} {% endfor %} {# Webtrends Stats Tracking #} {# End Webtrends #}