{% extends 'production/base.html' %} {% block pagetitle %} : Production team {% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block content %} {% if perms.scipost.can_promote_user_to_production_officer %}

Production Team

Current Production Team

{% if new_officer_form %}

Promote user to Production Officer

{% csrf_token %} {{ new_officer_form|bootstrap }}
{% endif %}
{% endif %} {% endblock content %}