{% load i18n %} {% load util %} {% if RELEASE_ENV == 'beta'%}

{% blocktrans trimmed %} This is a beta/testing instance of PeeringDB. Some features may work differently than production. Do not store data here that you intend to keep {% endblocktrans %} {% if SHOW_AUTO_PROD_SYNC_WARNING %} {% blocktrans trimmed with beta_sync_dt|date:"Y-m-d H:i:s" as dt %} - all data will be refreshed from production at {{ dt }}Z {% endblocktrans %} {% else %} - automatically scheduled refreshes from production are currently disabled. {% endif %}

{% last_database_sync as last_sync %} {% if last_sync %}

{% blocktrans trimmed with last_sync|date:"Y-m-d H:i:s" as ls_dt %} Database last synchronized at {{ ls_dt }} {% endblocktrans %}

{% endif %}
{% endif %}