{% extends "pages/wrapper.html" %} {% block pretitle %}OVERVIEW{% endblock %} {% block title %}Variables{% endblock %} {% block title_btns %} {% if variables %} Create variable {% endif %} {% endblock %} {% block body %} {% if variables %}
{% for item in variables %} {% endfor %}
Name
{{ item.name }}
{% else %}

No variables found

You haven't created any variables yet.

{% endif %} {% endblock %}