{% extends "base.html" %} {% load i18n static %} {% block title%}{% trans "Information" %}{%endblock%} {% block content %}

{% trans "Information" %}

{% trans "You haven't added any information pages yet. Please do so in the administration GUI." %}

{% endblock %}