{% extends "framework.html" %} {% load static %} {% load envipytags %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_model_modal.html" %} {% include "modals/objects/evaluate_model_modal.html" %} {% include "modals/objects/retrain_model_modal.html" %} {% include "modals/objects/generic_delete_modal.html" %} {% endblock action_modals %}
{{ model.description }}