{% load i18n %}
{% blocktrans %} Your site's extensions static media directory isn't properly set up. This directory is where Review Board will store various extension media files. {% endblocktrans %}
{% blocktrans %} Your extensions static media directory is currently at: {{ext_dir}} {% endblocktrans %}
{% if not writable and ext_dir != "" %}{% blocktrans %} The directory must be writable by the web server. On Linux/Unix/Mac, you can fix this by typing: {% endblocktrans %}
$ sudo chown -R {{server_user}} "{{ext_dir}}"
{% blocktrans %} On Windows, right-click the data directory and change the ownership to {{server_user}}. {% endblocktrans %}
{% endif %}