{% load i18n %} {% if unavailable %}

{% trans 'ERROR: uWSGI is not available!' %}

{% else %}

uWSGI {{ version }} status @ {{ hostname }}

{% endif %}