{# vim: set ts=2 et sts=2 sw=2: #} {% macro for_contributors(user) -%} {% if user.is_authenticated() %} {{ _('For Contributors') }} {{ _('Contributor Home Page') }} {{ _('Knowledge Base Dashboard') }} {{ _('Media Gallery') }} {{ _('Help on Twitter') }} {{ _('Answer Support Questions') }} {{ _('Help with Live Chat') }} {{ _('Improve the Knowledge Base') }} {{ _('Translate Articles') }} {{ _('Contributors Forums') }} {% endif %} {%- endmacro %} {% macro quick_links(active=0) -%} {{ _('Firefox Help Home') }} {{ _('Ask a Question') }} {%- endmacro %}