diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html
index ab8f658..aa6c7f4 100644
--- a/cl-theme/templates/authors.html
+++ b/cl-theme/templates/authors.html
@@ -113,13 +113,12 @@
-
-
-
-
- {% import 'translations.html' as translations with context %}
- {% if translations.translations_for(page) %}
+ {% import 'translations.html' as translations with context %}
+ {% if translations.translations_for(page) %}
+
+
+
+
{{ translations.translations_for(page) }}
- {% endif %}
-
+
+ {% endif %}
diff --git a/cl-theme/templates/translations.html b/cl-theme/templates/translations.html
index 7116942..0c14653 100644
--- a/cl-theme/templates/translations.html
+++ b/cl-theme/templates/translations.html
@@ -1,16 +1,16 @@
{% macro translations_for(article) %}
-{% if article.translations %}
-{{ _('Traducciones:') }}
- {% for translation in article.translations %}
-