{% extends 'base.html' %} {% block content %} {% if versions|length >= 2 %}
{% endif %}
{{ last_error_text }}
|
{% for row in content %}
{{ row.line }}
{% endfor %}
|