{% load i18n %} {% if instance.check_online %} {% trans "Online" %} {% else %} {% trans "Offline" %} {% endif %}