{% extends 'production/base.html' %} {% load crispy_forms_tags %} {% block breadcrumb_items %}Production streams{% endblock %} {% block pagetitle %} : Production page {% endblock pagetitle %} {% block content %}

Production Streams

{% if perms.scipost.can_promote_user_to_production_officer %} Production Team  |  {% endif %} Personal Timesheet
Search / Filter / Bulk Actions
{% crispy search_productionstreams_form %}
{% comment %} Bulk Action buttons {% endcomment %} {% if perms.scipost.can_assign_production_officer or perms.scipost.can_assign_production_supervisor %}
{% endif %}
{% endblock content %}