{% load bootstrap %} {% load scipost_extras %} {% comment %} {% if status_form|all_fields_have_choices %}
{% endif %} {% if supervisor_form|all_fields_have_choices %} {% endif %} {% if officer_form|all_fields_have_choices %} {% endif %} {% if invitations_officer_form|all_fields_have_choices %} {% endif %} {% endcomment %} {% include "production/_hx_productionstream_change_status.html" with form=status_form stream=productionstream %} {% include "production/_hx_productionstream_change_supervisor.html" with form=supervisor_form stream=productionstream %} {% include "production/_hx_productionstream_change_officer.html" with form=officer_form stream=productionstream %} {% include "production/_hx_productionstream_change_invitations_officer.html" with form=invitations_officer_form stream=productionstream %}