{% extends "dtale/base.html" %} {% block title %}{{ title }}{% endblock %} {% block full_content %} D-TALE {{popup_title}} {% if grid_links|length > 0 %} {{back_to_data}} {% for id, label in grid_links %} {{label}} {% endfor %} {% endif %}