{% extends 'base.html' %} {% block title %} - All instructions{% endblock %} {% block main %} {% if upload %} {% include 'instructions/upload.html' %} {% elif download %} {% include 'instructions/download.html' %} {% elif rename %} {% include 'instructions/rename.html' %} {% elif delete %} {% include 'instructions/delete.html' %} {% else %}
Upload an instructions file Download instructions from Rebrickable Refresh the instructions cache
{% endif %} {% with all=true %} {% include 'instructions/table.html' %} {% endwith %}