{% extends "mainpage/base.html" %} {% block content_header %}

All comments have to be moderated

{% endblock %} {% block content_main %}

Your comment has to be reviewd by a moderator.

{% if act_count == max_count|add:"-1" %}

Attention! The next time you will get logged out and deactivated!

{% endif %} {% if act_count == max_count %}

You can't login anymore...

{% endif %}
{% endblock %}