{% extends 'base.html' %} {% block title %} - Download instructions from Peeron{% endblock %} {% block main %}
{% if error %}{% endif %}
Download instructions from Rebrickable
{% if loading_peeron %}

Progress Loading...

{% endif %} {% if loading_peeron %} {% with set=set, path=path, namespace=namespace, messages=messages %} {% include 'instructions/peeron_loader_socket.html' %} {% endwith %} {% endif %} {% if pages %}
Select instructions to download
Available Instructions
{% for page in pages %}
{% endfor %}

Progress Loading...

{% if not loading_peeron %} {% include 'instructions/peeron_socket.html' %} {% endif %} {% endif %}
{% endblock %}