{% extends 'djangomaster/_single_col.html' %} {% load url from future %} {% block page_title %}{{page_title}}{% endblock %} {% block content %} {% if not LINT_IS_INSTALLED %}
{{ LINT_CMD }} isn't installed.
{% elif not settings.BASE_DIR %}settings.BASE_DIR isn't define. Please, add it.
{% endif %} {% if results %}Executing {{ LINT_CMD }}.
{% endif %}{{ result.result }}