{% extends "indy_hub/base.html" %} {% load i18n %} {% load static %} {% load humanize %} {% block page_title %}{{ bp_name }} - {% trans "Crafting Requirements" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% include "indy_hub/partials/page_header.html" with icon_class="fas fa-tools" title=bp_name subtitle=_("Production workspace") back_url=back_url back_label=_("Back") header_controls=craft_header_controls %}
Changes pending. Switch tabs to refresh calculations.
{% if sde_snapshot_has_changed %} {% endif %}
{% trans "Preparing production workspace" %}
{% trans "Loading workspace..." %}
    {% if deferred_shell %} {% else %} {% if not is_project_workspace %} {% endif %} {% endif %} {% endblock content %} {% block extra_javascript %} {{ blueprint_payload|json_script:"blueprint-payload" }} {% if not deferred_shell %} {% endif %} {% endblock extra_javascript %}