{% load i18n %}

{% trans "Review Board version mismatch" %}

{% blocktrans %} The version of Review Board running does not match the version the site was last upgraded to. You are running {{current_version}} and the site was last upgraded to {{stored_version}}. {% endblocktrans %}

{% blocktrans %} Please upgrade your site to fix this by running: {% endblocktrans %}

{% if devel_install %}
   $ ./reviewboard/manage.py syncdb
   $ ./reviewboard/manage.py evolve --execute
{% else %}
    $ rb-site upgrade {{site_dir}}
{% endif %}

{% blocktrans %} Then restart the web server. {% endblocktrans %}

{% trans "If that does not work..." %}

{% trans "Check the Python version" %}

{% blocktrans %} Your web server is running Python {{python_ver}}. You may have installed Review Board using a different version of Python. To find out, run: {% endblocktrans %}

   $ rb-site --version

{% trans "Your installation method might have changed" %}

{% blocktrans %} Review Board can be installed using a Python package manager (pip or easy_install) or through a system package manager (such as yum). If you previously installed using one package manager but have since installed with another, you might need to uninstall/erase the old packages and re-install using the new one. {% endblocktrans %}

{% blocktrans %} This version of Review Board was installed to {{package_path}}. You can see where the new version was installed to by running: {% endblocktrans %}

   $ rb-site --version