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

{% trans "Coming soon" %}

{% trans "This section isn't open yet." %}

{% endblock %}