diff --git a/templates/event.html b/templates/event.html
index 21ccec6d..8760d9ab 100644
--- a/templates/event.html
+++ b/templates/event.html
@@ -33,15 +33,45 @@
+ {% if this.pub_date %}
+
+
+
Fecha:
+ {% if this.pub_date %}
+ {{ this.pub_date.strftime('%d %b del %Y') }}
+ {% endif %}
+
+
+
Hora:
+ {% if this.pub_date %}
+ {{ this.pub_date.strftime('%H:%M') }}
+ {% endif %}
+ {% if this.end_date %}
+ - {{ this.end_date.strftime('%H:%M') }}
+ {% endif %}
+
+
+ {% endif %}
+ {% if this.place %}
+
+
+
Lugar:
+ {% if this.place %}
+ {{ this.place }}
+ {% endif %}
+
+
+ {% endif %}
+
+
{% if this.latitude and this.longitude %}
{%- set lon_ll = this.longitude - 0.001 -%}
{%- set lon_ur = this.longitude + 0.001 -%}
{%- set lat_ll = this.latitude - 0.002 -%}
{%- set lat_ur = this.latitude + 0.002 -%}
-