diff --git a/debug.txt b/debug.txt
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/translations.md b/translations.md
index 5422a63cfa5..5e135dffbe5 100644
--- a/translations.md
+++ b/translations.md
@@ -28,6 +28,9 @@ inline_css: |
dl.translations > div {
margin-block-end: 1em;
}
+ dl.translations h4 + div {
+ margin-inline-start: 32px;
+ }
.translation-level {
background-color: rgba(206, 205, 205, 0.5);
border-radius: 0.25rem;
@@ -160,30 +163,26 @@ _Languages are listed alphabetically by language code. For example, "Chinese" is
{%- endif -%}
{%- if pages.name -%}
-
{% include_cached resource-title.html to=pages.name lang=l %}
-
-
+ {% include_cached resource-title.html to=pages.name lang=l %}
{% endif %}
{% for p in pages.items %}
-
-
- {{ p.title }}
-
-
- {%- capture translatorslabel %}{% include_cached t.html t='Translator:' lang=l %}{%- endcapture %}
- {% include_cached peoplelist.html label=translatorslabel people=p.translators %}
- {%- capture contributorslabel %}{% include_cached t.html t='Contributor:' lang=l%}{%- endcapture %}
- {% include_cached peoplelist.html label=contributorslabel people=p.contributors %}
-
-
-
- {%- assign o1=site.documents | where: "ref", p.ref | where: "lang", "en" -%}
- {%- assign o2=site.pages | where: "ref", p.ref | where: "lang", "en" -%}
- {%- assign original = o1 | concat: o2 | sort: "title" -%}
- English title: {{original.first.title}}
-
-
+
+
- {{ p.title }}
+
-
+ {%- capture translatorslabel %}{% include_cached t.html t='Translator:' lang=l %}{%- endcapture %}
+ {% include_cached peoplelist.html label=translatorslabel people=p.translators %}
+ {%- capture contributorslabel %}{% include_cached t.html t='Contributor:' lang=l%}{%- endcapture %}
+ {% include_cached peoplelist.html label=contributorslabel people=p.contributors %}
+
+
-
+ {%- assign o1=site.documents | where: "ref", p.ref | where: "lang", "en" -%}
+ {%- assign o2=site.pages | where: "ref", p.ref | where: "lang", "en" -%}
+ {%- assign original = o1 | concat: o2 | sort: "title" -%}
+ English title: {{original.first.title}}
+
+
{% endfor %}
{% if pages.name %}
-
-
{% endif %}
{%- if forloop.last -%}