diff --git a/fec/home/templates/home/document_page.html b/fec/home/templates/home/document_page.html index 4bee83d23e..a288b3b1b4 100644 --- a/fec/home/templates/home/document_page.html +++ b/fec/home/templates/home/document_page.html @@ -22,9 +22,14 @@

{% formatted_title self %}

{{ self.display_date }}
- {% endspaceless %} - + {% endspaceless %} + +

+ {% if self.file_url %}{{ self.title}}{% endif %} + {% if self.extension %} | ({{ self.extension }}){% endif %} + {% if self.size %} | ({{ self.size }}){% endif %} +

{% include 'partials/body-blocks.html' with blocks=self.body %}