{% extends 'djangomaster/_single_col.html' %} {% load i18n %} {% load url from future %} {% block page_title %}South{% endblock %} {% block content %} {% if not settings.SOUTH_IS_INSTALLED %}
{% trans "South isn't in INSTALLED_APPS" %}
{% else %}{{migration.name}} | {{migration.applied}} |
{% trans 'No migrations to be displayed' %}
{% endfor %}