{% extends "webadmin/base.html" %} {% block "title" %}{% trans "Index" %}{% endblock %} {% block "content" %}

{% trans "Administration Interface" %}

{% trans "Welcome in the pocoo administration interface." %}

{% trans "From here you can manage your forum and the plugins." %}

{% trans "Go To" %}

{% endblock %}