{% extends BASE_TEMPLATE %} {% load i18n %} {% block bodyclass %}scm-tab{% endblock%} {% block view_content %}

{% trans "SCM status information" %}

{% if scm_check %}
{% trans "Last checked" %} {{ scm_check.last_checked|date:"o-m-d" }}
{% trans "SCM status" %} {{ scm_check.get_check_result_display }}
{% trans "Details" %} {{ scm_tool_url|default:"-" }}
{% else %}

{% trans "The status of the software configuration management for this host is unknown." %}

{% endif %} {% endblock %}