{% load i18n %} django-cotton-gallery — {% trans "Setup needed" %}
django-cotton-gallery

{% trans "Welcome — let's get you set up" %}

{% blocktrans %}A few things still need to be configured before the gallery can show your components. Follow the steps below to get started.{% endblocktrans %}

{% for issue in issues %}

{{ issue.title }}

{{ issue.description }}

{% if issue.fix_code %}

{{ issue.fix_label }}

{{ issue.fix_code }}
{% endif %} {% if issue.link %} {{ issue.fix_label }} {% endif %}
{% endfor %}