{% extends base %} {% block title %} TESS 2 minute infer results viewer {% endblock title %} {% block preamble %} {% endblock preamble %} {% block contents %}
{{ embed(roots.previous_button) }}
{{ embed(roots.next_button) }}
{{ embed(roots.add_to_negatives_button) }}
{{ embed(roots.target_title_div) }} {{ embed(roots.known_planet_div) }} {{ embed(roots.light_curve_figure) }} {{ embed(roots.unfolded_light_curve_figure) }} {{ embed(roots.folded_light_curve_figure) }} {{ embed(roots.run_fitting_button) }} {{ embed(roots.initial_fit_figure) }} {{ embed(roots.parameters_table) }}
{% endblock contents %}