{% load bootstrap %} {% if perms.scipost.can_take_decisions_related_to_proofs and form.fields.status.choices|length > 0 %}

Change current stream status:

{% csrf_token %} {{ form|bootstrap_inline }}
{% endif %}