{% 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 %}
{% if is_project_workspace and project %} {% url 'indy_hub:rename_production_project' project.project_ref as rename_url %} {% 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 title_action_template="indy_hub/partials/project_name_edit.html" %} {% else %} {% 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 %} {% endif %}
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 %}