{% load static %}{% load i18n %}{% get_current_language as LANGUAGE_CODE %}{% load recent_pastes %} {% block headers %}{% endblock %} {% block title %}{% endblock %}
{% if messages %}
    {% for message in messages %} {{ message }} {% endfor %}
{% endif %} {% block content %}{% endblock %}
{% recent_pastes_activated as has_recent_paste %} {% if has_recent_paste %}

{% trans 'Recent pastes' %}

{% endif %}

{% blocktrans %}Django neo-pastebin is a free software available under the CeCILL-B license.
You are free to use, edit and redistribute this software provided you properly mention the original author.{% endblocktrans %}