{% extends "template.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}Process{% endblock %} {% block content %}
Project {{ p_info["name"] }} sample table Show metadata
After looper run click "CHECK STATUS" to update
Perform action on the project:
{% if subprojects is not none %}
Select subproject
{% if selected_subproject is none %} {% else %} {% endif %}

Activated subproject: {{ selected_subproject }}

{% endif %}
{% endblock %}