{% extends 'base.html' %} {% block title %} - All instructions{% endblock %} {% block main %} {% if upload %} {% include 'instructions/upload.html' %} {% elif rename %} {% include 'instructions/rename.html' %} {% elif delete %} {% include 'instructions/delete.html' %} {% else %}
{% if g.login.is_authenticated() %}

Upload an instructions file Refresh the instructions cache

{% endif %} {% with all=true %} {% include 'instructions/table.html' %} {% endwith %}
{% endif %} {% endblock %}