{% extends "core/base.html" %} {% load i18n %} {% block title %}{% trans "About" %} {{ request.press.name }} {% trans "Preprints" %}{% endblock %} {% block body %}

{% trans "About" %} {{ request.press.name }} {% trans "Preprints" %}





{{ request.press.preprints_about|safe }}
{% endblock %}