{% extends "textbin/base.html" %} {% load i18n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block extrahead %} {# lightbox gallery #} {% endblock %} {% block title %} {% if text.text.strip|striptags %} {{ text.text|striptags|truncatechars:20 }} | {% endif %} {% endblock %} {% block body %}
{% trans "Posted by" %} {% if text.author_url %} {{ text.author_name }} {% else %} {{ text.author_name }} {% endif %} {% trans "at" %} {{ text.posted_at }}
{% if text.text.strip %}{{ text.text|linebreaks|urlize }}{% endif %}