{% extends 'shop/base.html' %} {% load i18n static %} {% block extra_css %} {% endblock %} {% block content %} {% include 'shop/_manage_header.html' with active='manage' %} {% include 'shop/_section_tabs.html' %} {% include 'shop/_stockrooms.html' %}

{% trans "Module listings" %}

{% trans "Search modules…" as list_search_placeholder %}
{% include 'shop/_list_search.html' with placeholder=list_search_placeholder %} {% include 'shop/_module_listings.html' %}
{% include 'shop/_source_picker.html' %} {% endblock %} {% block extra_javascript %} {% endblock %}