{% extends 'edx/base.html' %} {% load crispy_forms_tags %} {% load i18n %} {% load static %} {% block title %} {% if editing %} {% blocktrans trimmed with journal_bundle_title=journal_bundle.title %} Edit Journal Bundle Offer: {{ journal_bundle_title }} {% endblocktrans %} {% else %} {% trans "Create Journal Bundle Offer" %} {% endif %} {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block navbar %} {% include "edx/partials/_staff_navbar.html" %} {% include "edx/partials/_administration_menu.html" %} {% endblock navbar %} {% block content %}