{% extends "questions/includes/question_editing_frame.html" %} {% from "questions/includes/aaq_macros.html" import explore_solutions with context %} {% from "questions/includes/aaq_macros.html" import select_product %} {% set title = _('Get Support') %} {% set no_headline = True %} {% set hide_locale_switcher = True %} {% set meta = [('robots', 'noindex')] %} {% set classes = 'new-question' %} {% if not has_ticketing_support %} {% set category_field_attrs = {"hx-get": "", "hx-swap": "none"}%} {% endif %} {% block breadcrumbs %}{% endblock %} {% block formwrap %} {% if current_step == 1 %} {{ select_product(products) }} {% else %} {{ super() }} {% endif %} {% endblock %} {% block contentwrap %} {% if current_step == 2 %} {{ explore_solutions(current_product, search_box, featured, topics, has_ticketing_support) }} {% else %} {{ super() }} {% endif %} {% endblock %} {% block major_detail_instructions %}