diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html
index 0253df1..23be136 100644
--- a/flaskr/templates/estimation.html
+++ b/flaskr/templates/estimation.html
@@ -70,6 +70,7 @@
{% endif %}
+{% if not estimation.has_failed() %}
Using
{% for model in estimation.get_models() %}
@@ -88,6 +89,7 @@
+{% endif %}
@@ -201,6 +203,8 @@
{#############################################################################}
{% block js %}
+{% if not estimation.has_failed() %}
+
{##}
@@ -560,5 +564,7 @@ jQuery(document).ready(function($){
});
+
+{% endif %}
{% endblock %}
--
libgit2 0.21.2