{% extends "global/footer.html" %} {% block menu_links %} {% if request.APP == amo.FIREFOX or request.APP == amo.MOBILE %} {% include "menu_links.html" %} {% endif %} {% endblock %} {% block lang_form %}
{% for key, value in request.GET.items() %} {% endfor %}
{% endblock %} {% block copyright %} {% include 'copyright.html' %} {% endblock %}