diff --git a/ram/portal/templates/cards/company.html b/ram/portal/templates/cards/company.html
index 04307b8..7b4d171 100644
--- a/ram/portal/templates/cards/company.html
+++ b/ram/portal/templates/cards/company.html
@@ -7,10 +7,12 @@
- Company |
- {% if d.item.freelance %}
- Freelance |
- {% endif %}
+
+ Company
+ {% if d.item.freelance %}
+ Freelance
+ {% endif %}
+ |
@@ -32,12 +34,6 @@
Country |
{{ d.item.country.name }} |
- {% if d.item.freelance %}
-
- Notes |
- A freelance company |
-
- {% endif %}
diff --git a/ram/portal/templates/cards/consist.html b/ram/portal/templates/cards/consist.html
index 85bc81e..aa632d5 100644
--- a/ram/portal/templates/cards/consist.html
+++ b/ram/portal/templates/cards/consist.html
@@ -24,10 +24,12 @@
- Consist |
- {% if d.item.company.freelance %}
- Freelance |
- {% endif %}
+
+ Consist
+ {% if d.item.company.freelance %}
+ Freelance
+ {% endif %}
+ |
diff --git a/ram/portal/templates/cards/roster.html b/ram/portal/templates/cards/roster.html
index 3936cdb..4b7785d 100644
--- a/ram/portal/templates/cards/roster.html
+++ b/ram/portal/templates/cards/roster.html
@@ -22,10 +22,12 @@
- Rolling stock |
- {% if d.item.rolling_class.company.freelance %}
- Freelance |
- {% endif %}
+
+ Rolling stock
+ {% if d.item.rolling_class.company.freelance %}
+ Freelance
+ {% endif %}
+ |
diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html
index 33d48c4..f7552af 100644
--- a/ram/portal/templates/consist.html
+++ b/ram/portal/templates/consist.html
@@ -79,10 +79,12 @@
- Consist |
- {% if consist.company.freelance %}
- Freelance |
- {% endif %}
+
+ Consist
+ {% if consist.company.freelance %}
+ Freelance
+ {% endif %}
+ |
diff --git a/ram/portal/templates/rollingstock.html b/ram/portal/templates/rollingstock.html
index f3d0b39..ef85902 100644
--- a/ram/portal/templates/rollingstock.html
+++ b/ram/portal/templates/rollingstock.html
@@ -73,10 +73,12 @@
- Rolling stock |
- {% if company.freelance %}
- Freelance |
- {% endif %}
+
+ Rolling stock
+ {% if company.freelance %}
+ Freelance
+ {% endif %}
+ |
@@ -290,10 +292,12 @@
- Company data |
- {% if company.freelance %}
- Freelance |
- {% endif %}
+
+ Company data
+ {% if company.freelance %}
+ Freelance
+ {% endif %}
+ |