{% extends 'errata/base.html' %} {% block content %} {% if errata|length > 0 %} {% for erratum in errata %}
#{{ erratum.launchpad }} {{ erratum.title }} {{ erratum.created }}
{{ erratum.description|linebreaks }}
{% endfor %} {% else %}

Nothing found

{% endif %} {% endblock %}