{% extends "base.html" %} {% block page_title %}{{ _('Review terms') }}{% endblock %} {% block body_id %}group-terms{% endblock %} {% block content %}
{{ group.terms|markdown }}