{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %} {% if url_name == "team_assignment_rules.edit" %}

{% trans "Modify team assignment rule" %}

{% trans "Use attributes from either "groupMembership" or "ou". (For your own attributes see: " %}https://sso.tu-darmstadt.de/login?service=http://localhost)

{% trans "An example for groupMembership would be: "cn=central-it", for ou: "FB20"." %}

{% else %}

{% trans "Create team assignment rule" %}

{% trans "Use attributes from either "groupMembership" or "ou". (For your own attributes see: " %}https://sso.tu-darmstadt.de/login?service=http://localhost)

{% trans "An example for groupMembership would be: "cn=central-it", for ou: "FB20"." %}

{% endif %}
{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.team layout="control" %} {% bootstrap_field form.attribute layout="control" %}
{% endblock %}