diff --git a/app/port/templates/port/port_detail.html b/app/port/templates/port/port_detail.html
index 1bbd871..ca6bf60 100644
--- a/app/port/templates/port/port_detail.html
+++ b/app/port/templates/port/port_detail.html
@@ -121,13 +121,14 @@
{% endif %}
{{ builder.display_name }}
+ ({{ builder.name }})
{% if latest_build.files.all|length > 0 %}
{% endif %}
{% if latest_build.files.all|length > 0 %}
-
{% endif %}
+ {% else %}
+
+
+ {{ builder.display_name }} ({{ builder.name }})
+
{% endif %}
{% endwith %}
{% endfor %}
+
- No history in app's database
-
Installations
+ Installations (30 days)
{{count.all}}
-
Requested Installations
+ Requested Installations (30 days)
{{ count.requested }}
{% if port.livecheck.result %}
Livecheck results
-
{{ port.livecheck.result }}
-
livecheck ran at: {{ port.livecheck.updated_at|date:"y-m-d h:i" }}
+
{{ port.livecheck.result }}
+
livecheck ran at: {{ port.livecheck.updated_at|date:"y-m-d h:i" }}
{% elif port.livecheck.error %}
Livecheck error
-
{{ port.livecheck.error }}
-
livecheck ran at: {{ port.livecheck.updated_at|date:"y-m-d h:i" }}
+
{{ port.livecheck.error }}
+
livecheck ran at: {{ port.livecheck.updated_at|date:"y-m-d h:i" }}
{% endif %}
diff --git a/app/port/templates/port/port_detail_stats.html b/app/port/templates/port/port_detail_stats.html
index b249401..5b4c8dc 100644
--- a/app/port/templates/port/port_detail_stats.html
+++ b/app/port/templates/port/port_detail_stats.html
@@ -27,8 +27,8 @@
{% endfor %}
- until
-