{# 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 karma_top %}

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

    {% for u in karma_top %} {{ u.username }} {% endfor %}
{% if karma_ranking and karma_ranking > 10 %}
  1. {{ user.username }}
{% endif %}
{% else %} {# TODO: Remove this once we enable karma for everybody #} {% if top_contributors %}

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

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

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