{% trans "Post" %} | {% trans "Author" %} |
---|---|
{{ i.post_text|fbc|urlizetrunc:"60" }} ({{ i.post_date|truncatewords:"1" }}) {% if perms.add_post %} {% if opened %} {% trans "Reply with quote" %} | {% endif %} {% endif %} {% ifequal i.post_author current_user %} {% if opened %} {% ifnotequal i.post_author "AnonymousUser" %} {% trans "Edit this post" %} | {% endifnotequal %} {% endif %} {% else %} {% if perms.is_staff %} {% trans "Edit this post" %} | {% endif %} {% endifequal %} {% if perms.is_staff %} {% trans "Delete this post" %} {% endif %} |
{{ i.post_author }} {% if perms.is_staff %}({{ i.post_ip }}){% endif %}
{% trans "Send Message" %}
|