diff --git a/club/templates/club/club_roles.jinja b/club/templates/club/club_roles.jinja index b008419a..4c60ea8a 100644 --- a/club/templates/club/club_roles.jinja +++ b/club/templates/club/club_roles.jinja @@ -40,8 +40,13 @@ {{ subform.description.as_field_group() }}
- {{ subform.is_active }} - {{ subform.is_active.label_tag() }} +
+ {{ subform.is_active }} + {{ subform.is_active.label_tag() }} +
+ + {{ subform.is_active.help_text }} +
@@ -49,6 +54,20 @@ {% endmacro %} {% block content %} +

+ {% trans trimmed %} + Roles give rights on the club. + Higher roles grant more rights, and the members having them are displayed higher + in the club members list. + {% endtrans %} +

+

+ {% trans trimmed %} + On this page, you can edit their name and description, as well as their order. + You can also drag roles from a category to another + (e.g. a board role can be made into a presidency role). + {% endtrans %} +

{% csrf_token %} {{ form.management_form }} @@ -57,6 +76,18 @@ {% trans %}add role{% endtrans %} + {# The style we use for markdown rendering is quite nice for what we want to display, + so we are just gonna reuse it. #} +
+

{% trans %}Users with a presidency role can :{% endtrans %}

+ +

{% trans %}They also have all the rights of the club board.{% endtrans %}

+
+
{% trans %}add role{% endtrans %} +
+

+ {% trans trimmed %} + Board members can do most administrative actions on the club, including : + {% endtrans %} +

+
    +
  • {% trans %}manage the club posters{% endtrans %}
  • +
  • {% trans %}create news for the club{% endtrans %}
  • +
  • {% trans %}click users on the club's counters{% endtrans %}
  • +
  • + {% trans trimmed %} + add new members and end active memberships + for roles that are lower than their own. + {% endtrans %} +
  • +
+
+
{% trans %}add role{% endtrans %} +
+

{% trans %}Simple members cannot perform administrative actions.{% endtrans %}

+
+