{% load bootstrap %} {% load scipost_extras %} {% comment %} {% if status_form|all_fields_have_choices %}
{% csrf_token %}
{{ status_form|bootstrap_purely_inline }}
{% endif %} {% if supervisor_form|all_fields_have_choices %}
{% csrf_token %}
{{ supervisor_form|bootstrap_purely_inline }}
{% endif %} {% if officer_form|all_fields_have_choices %}
{% csrf_token %}
{{ officer_form|bootstrap_purely_inline }}
{% endif %} {% if invitations_officer_form|all_fields_have_choices %}
{% csrf_token %}
{{ invitations_officer_form|bootstrap_purely_inline }}
{% 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 %}