{% load i18n %} {% block title %}{% if site_name %}{{ site_name }}{% else %}Biblioteka Riklaunima{% endif %}{% endblock %} {% block meta %}{% endblock %}

{% trans "Comments" %}


{% trans "Here you can read all comments for" %} "{{ a }}". {% trans "You can add your comment using the form below. Please do not ask for help - use Forums for help and support. To close this window click the X in the top right corner." %}
{% ifequal apptype "3" %}

{% trans "See commented Task" %}: {{ a.name }}

{% endifequal %} {% ifequal apptype "1" %}

{% trans "See commented Page" %}: {{ a.title }}

{% endifequal %} {% ifequal apptype "2" %}

{% trans "See commented News" %}: {{ a.title }}

{% endifequal %} {% ifequal apptype "4" %}

{% trans "See commented Translation" %}: {{ a.name }}

{% endifequal %} {% ifequal apptype "4" %}

{% trans "See commented Character" %}: {{ a.name }}

{% endifequal %}
{% if com %} {% for i in com %}

{{ i.author }} ({{ i.date|truncatewords:"1" }}) {% if staff %}{{ i.ip }}{% endif %}

{{ i.text }}
{% endfor %} {% else %}

{% trans "No Comments" %}

{% endif %} {% if anon %}

{% trans "Login to add comment" %}

{% else %}

{% trans "Add Comment" %}

{% trans "Comment" %}


{% trans "Allowed HTML Tags" %}: b, a, i, br, p, u, pre, div, span, img, li, ul, ol, center, sub, sup, blockquote
{% endif %}