diff --git a/argos/server/templates/domain.html b/argos/server/templates/domain.html
index 826f073..fae614f 100644
--- a/argos/server/templates/domain.html
+++ b/argos/server/templates/domain.html
@@ -1,24 +1,23 @@
{% extends "base.html" %}
{% block title %}
{{ domain }}
{% endblock title %}
{% block content %}
-
-
+
+
- URL |
- Check |
- Expected |
- Current status |
- |
+ URL |
+ Check |
+ Current status |
+ Expected |
+ |
{% for task in tasks %}
-
+
{{ task.url }} |
{{ task.check }} |
- {{ task.expected }} |
{% if task.status %}
+ | {{ task.expected }} |
view all |
{% endfor %}