{% extends "wall/base.html" %} {% load i18n %} {% load pagination_tags %} {% load uni_form %} {% block head_title %}{% blocktrans %}Wall{% endblocktrans %}{% endblock %} {% block body %}

Wall {% if group %} for {{ group }} {% endif %}

{% if form %} {% with form.helper as helper %} {% uni_form form helper %} {% endwith %} {% endif %} {% autopaginate posts 10 %} {% if posts %} {% paginate %} {% else %}

There are no posts yet.

{% endif %} {% endblock %} {% block extra_body %} {% endblock %}