{% load bootstrap %}

Proofs

{% for proofs in stream.proofs.all %} {% include 'production/_hx_productionstream_actions_proofs_item.html' with i_proof=forloop.counter0|add:1 active_id=total_proofs stream=stream proofs=proofs %} {% empty %}
No Proofs found.
{% endfor %}
{% csrf_token %} {{ form|bootstrap_purely_inline }}