{% extends "main/base.html" %} {% block title %}Staff | Home{% endblock %} {% block og_title %}Staff | Home{% endblock %} {% block og_description %}Landing page for the staff management area{% endblock %} {% block content %}
 Back {% if page == "all" %}  Page 1 {% else %}  All Data {% endif %} {% if not table_obj.locked %}  Add {% endif %}

{{ table }} {% if table_obj.locked %} {% endif %}

{% if search %} {% else %} {% endif %}
{% macro paginate() %} {% if pages != "all" %} {% endif %} {% endmacro %} {{ paginate() }}
{% if documents %} {% if not table_obj.locked %} {% endif %} {% for key in table_obj.keys %} {% endfor %} {% for doc in documents %} {% if not table_obj.locked %} {% endif %} {% for key in table_obj.keys %} {% endfor %} {% endfor %}
{% if key == table_obj.primary_key %} {{ key }} {% else %} {{ key }} {% endif %}
{% if key == table_obj.primary_key %} {{ doc[key] }} {% else %} {{ doc[key] }} {% endif %}
{% else %}

No documents found

{% endif %} {{ paginate() }}
{% endblock %}