{% extends "base.html" %} {% load i18n plmapp_tags %} {% block content %} {% if is_owner %} {% if obj.is_contributor or obj.is_administrator %}

{% trans "Sponsor a new user" %}

{% trans "Click here to sponsor several users from a CSV file." %} {% with sponsor_form as form %} {% include "snippets/undo_form.html" %} {% endwith %} {% else %}

{% trans "You can not sponsor a new user since you are not a contributor."%}

{% endif %} {% endif %} {% endblock %}