{# vim: set ts=2 et sts=2 sw=2: #} {% extends "base.html" %} {% set styles = ('questions', 'jqueryui/jqueryui') %} {% set scripts = ('questions', 'libs/jqueryui') %} {% block outer_side %}
{% block side %}

{{ _("Can't Find an Answer?")|safe }}

{{ _('Post your question to the support forum. The Firefox community is here to help!') }}

{% if top_contributors %}

{{ _('Top Contributors')|safe }}

{{ _('Most Solutions this Week') }}

    {% for user in top_contributors %}
  1. {{ user }}
  2. {% endfor %}
{% endif %} {% endblock %}
{% endblock %}