{% extends "social/comment_thread_layout.html" %} {% if not session["user_logged"] or not session["user_can_edit"][current_repository] %} {% set readonly="readonly" %} {% else %} {% set readonly=False %} {% endif %} {% block title %}{{super()}}{% endblock title %} {% block head %} {{super()}} {% endblock head%} {% block navbar_items %} {{super()}}
  • >
  • Discussion: changements
  • {% endblock navbar_items %} {% block additional_content %}

    Etat de l'ensemble des catégories pour ces modifications

    {% if not session["user_logged"] %} {% else %} {% if cat_list|length == 0 %} {% else %} {% import "macros.html" as macros %} {{ macros.category_table(cat_list, current_repository, state_list=["original"], interactive=False) }} {% endif %} {% endif %}
    Nom de la catégorie Description de la catégorie
    Attention: Veuillez vous identifier pour visualiser les catégories
    Aucune catégorie n'existait suite à ces changements. {% if not readonly %}Créer une catégorie{% endif %}
    {% endblock additional_content %} {% block comment_posting_target %}{{url_for("social.changeset", changeset_id=changeset_id, repository=current_repository)}}{% endblock %} {% block page_content %} {{super()}} {% endblock page_content %}