{% extends "base.html" %} {% load customtags %} {% block head %} {% include 'head_content.html' with title="LyProX ยท Add Trained Lymph Model" %} {% endblock head %} {% block content %}
{% for inference_result in inference_results %} {% include 'riskpredictor/inference_result_card.html' with ir=inference_result %} {% endfor %}
{% endblock content%}