<%def name="render_form_filter_dropdown(map)"> % for child in map["children"]: % if child in map["entries"]: ${render_entry(map["entries"], child)} %else: ${render_category(map["subcategories"], child)} %endif %endfor <%def name="render_entry(entries, entry)">
  • ${entry}
  • <%def name="render_category(categories, category)">
  • ${category}
  • Show All Discussionsâ–¾
      ${render_form_filter_dropdown(category_map)}

    % if course.allow_anonymous: %elif course.allow_anonymous_to_peers: %endif %if is_course_cohorted and is_moderator:
    Make visible to:
    %endif
      ## TODO tags commenting out til we figure out what to do w/ tags ##
      ## ##
      Cancel