@ -32,9 +32,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block content %}
<h2>{% trans "List of groups of rights" %}</h2>
{% can_create ListRight %}
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:add-listright' %}"><iclass="fa fa-plus"></i>{% trans "Add a group of rights" %}</a>
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:add-listright' %}"><iclass="fa fa-plus"></i>{% trans "Add a group of rights" %}</a>
{% acl_end %}
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'users:del-listright' %}"><iclass="fa fa-trash"></i>{% trans "Delete one or several groups of rights" %}</a>
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'users:del-listright' %}"><iclass="fa fa-trash"></i>{% trans "Delete one or several groups of rights" %}</a>
@ -31,11 +31,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block content %}
<h2>{% trans "List of schools" %}</h2>
<h5>{% trans "List of schools for created users" %}</h5>
<h5>{% trans "List of schools for registered users" %}</h5>
{% can_create School %}
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:add-school' %}"><iclass="fa fa-plus"></i>{% trans "Add a school" %}</a>
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:add-school' %}"><iclass="fa fa-plus"></i>{% trans "Add a school" %}</a>
{% acl_end %}
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'users:del-school' %}"><iclass="fa fa-trash"></i>{% trans "Delete one or several schools" %}</a>
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'users:del-school' %}"><iclass="fa fa-trash"></i>{% trans "Delete one or several schools" %}</a>
<hr>
{% include 'users/aff_schools.html' with school_list=school_list %}
@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<h2>{% trans "List of LDAP service users" %}</h2>
<h5>{% trans "The LDAP service users are special users having access only to the LDAP for authentication operations. It is recommended to create a service user with a login and a password for any concerned service." %}</h5>
{% can_create ServiceUser %}
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:new-serviceuser' %}"><iclass="fa fa-plus"></i>{% trans "Add a service user" %}</a>
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:new-serviceuser' %}"><iclass="fa fa-plus"></i>{% trans "Add a service user" %}</a>
{% acl_end %}
{% include 'users/aff_serviceusers.html' with serviceusers_list=serviceusers_list %}
@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<divclass="col-sm-6 {% if solde_activated %}col-md-4{% else %}col_md-6{% endif %}">
{% if users.is_ban%}
<divclass="panel panel-danger">
<divclass="panel-heading dashboard">{% trans "Your account has been banned" %}</div>
<divclass="panel-heading dashboard">{% trans "Your account has been banned." %}</div>
<divclass="panel-body dashboard">
<iclass="text-danger">{% blocktrans with end_ban_date=users.end_ban|date:"SHORT_DATE_FORMAT" %}End of the ban: {{ end_ban_date }}{% endblocktrans %}</i>
</div>
@ -57,7 +57,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<iclass="fa fa-sign-in"></i> {% trans "Pay for a connection" %}
</a>
{% acl_else %}
{% trans "Ask for someone with the appropriate rights to pay for a connection." %}
{% trans "Ask someone with the appropriate rights to pay for a connection." %}
{% acl_end %}
</div>
</div>
@ -94,11 +94,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<iclass="fa fa-pencil"></i>{% trans "Edit email settings" %}
<iclass="fa fa-pencil"></i>{% trans "Edit email settings" %}
</a>
{% acl_end %}
</div>
@ -510,12 +510,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>{{ users.local_email_redirect | tick }}</td>
</tr>
</table>
<p>{% trans "The contact email address is the email address where we send emails to contact you. If you would like to use your external email address for that, you can either disable your local email address or enable the local email redirection." %}</p>
<p>{% trans "The contact email address is the email address to which we send emails to contact you. If you would like to use your external email address for that, you can either disable your local email address or enable the local email redirection." %}</p>