{%- if css %} {%- endif %}
{# #}

{{ page_title|e }}

{%- if new_replies %}

{% trans %}Someone Replied To Your Paste{% endtrans %}

{% for paste in new_replies %}

{% trans date=paste.pub_date|datetimeformat, parent=paste.parent.paste_id, paste=paste.paste_id, paste_url=paste.url|e, parent_url=paste.parent.url|e %} on {{ date }} someone replied to your paste #{{ parent }}, in paste #{{ paste }}. Click here to {% endtrans %} {%- trans %}compare those two pastes{% endtrans %}.

{% endfor %}

{% trans %}hide this notification{% endtrans %}

{% elif request.first_visit %}

{% trans %}Welcome On LodgeIt{% endtrans %}

{%- trans -%} Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the {% endtrans -%} {% trans %}about lodgeit{% endtrans %} {%- trans %} page. Have fun :-){%- endtrans -%}

{% trans %}hide this notification{% endtrans %}

{% endif -%} {% block body %}{% endblock -%}