{% extends 'editorial_staff/base.html' %} {% load bootstrap3 %}{% load staticfiles %} {% block html_title %}Create staffer | {{ block.super }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_class %}create-staffer{% endblock %} {% block nav_header %}New staffer{% endblock nav_header %} {% block nav_class %}disable-feed{% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% with placeholderEmail="user@"|add:mainEmailDomain %}

Enter a user’s email address to automatically fill the form on the next page with their name and profile image as stored in Slack. (You’ll be able to manually edit this information before saving.)

When ready, click Look up user below to import the user's details.

If the user you want to create doesn’t have an active Slack account associated with their email address, click Add manually above to skip the auto-loading process.

Loading user information from Slack...

{% endwith %}
{% bootstrap_form form layout='immaterial' %} {% csrf_token %}
{% endblock %} {% block snackbars %} {% endblock %}