Add Members to Team
{% if contributors_found %}
Identified as contributor:
{% for contributor in contributors_found %}
{{ contributor.user.first_name }} {{ contributor.user.last_name }} |
|
Add to the Team |
{% endfor %}
{% elif add_team_member_form.has_changed %}
No Contributor with this last name could be identified.
{% else %}
Add a member to the Team:
{% endif %}
{% endblock bodysup %}