{% extends "template.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}Process{% endblock %} {% block content %}
Project {{ p_info["name"] }} sample table Show metadata {% if selected_subproject is not none %}

Activated subproject: {{ selected_subproject }}

{% endif %}
After looper run click "CHECK STATUS" to update
Perform action on the project:
{% endblock %}