{% extends 'layout.tpl' %} {% block content %}

{{ 'Congratulations Chamilo is now installed!' | trans }}

{{ 'Go to your newly created portal'|trans }}

Output info:

{% autoescape false %}{{ output }}{% endautoescape %}
{% endblock %}