diff --git a/app/templates/base.html b/app/templates/base.html
index 000d099..418ac59 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -71,8 +71,8 @@
{% for ext_id, info in s.external_infos %}
- - {{ ext_id.name }}
- -
+
- {{ ext_id.name }}
+ -
{{ info.version or info.name }}
{% for url, label in info.other_urls|dictsort %}
| {{ label }}
@@ -104,7 +104,7 @@
{% for repo, packages in s.packages|group_by_repo|dictsort(false) %}
- - {{ repo }}
+ - {{ repo }}
-
{% for p in packages %}
diff --git a/app/templates/package.html b/app/templates/package.html
index 2c56892..03c4875 100644
--- a/app/templates/package.html
+++ b/app/templates/package.html
@@ -65,8 +65,8 @@ Package: {{ p.name }}<
-
{% for ext_id, info in s.external_infos %}
- - {{ ext_id.name }}
- -
+
- {{ ext_id.name }}
+ -
{{ info.version or info.name }}
{% for url, label in info.other_urls|dictsort %}
| {{ label }}