{% trans pub_date=paste.pub_date|datetimeformat %}posted on {{ pub_date }}{% endtrans %}
- {% trans %}reply to this paste{% endtrans %} {% if paste.parent %}
- {% trans %}compare it with the parent paste{% endtrans %}
- {% trans %}look at the parent paste{% endtrans %} {% endif %} {% if paste.children %}
- {% trans %}the following pastes replied to this paste:{% endtrans %} {% for child in paste.children %} #{{ child.identifier }} {%- if not loop.last %},{% endif -%} {% endfor %} {% endif %} {% if paste.parent or paste.children %}
- {% trans %}show paste tree{% endtrans %} {% endif %}
- {% trans %}download paste{% endtrans %}
- {% trans %}compare with paste{% endtrans %}
- {% trans %}select different colorscheme{% endtrans %}
- {% trans %}toggle line numbers{% endtrans %}