diff --git a/concordia/templates/transcriptions/campaign_list_small_blocks.html b/concordia/templates/transcriptions/campaign_list_small_blocks.html index 0f2f6a6c1..12ae88d8e 100644 --- a/concordia/templates/transcriptions/campaign_list_small_blocks.html +++ b/concordia/templates/transcriptions/campaign_list_small_blocks.html @@ -16,7 +16,7 @@

Completed Campaigns

{{ campaign.title }} - {% if campaign.completed_date %} -

Completed: {{ campaign.completed_date|date:"Y-m-d" }}

+ {% if campaign.completed_date or show_start and campaign.launch_date %} +

+ {% if show_start and campaign.launch_date %} + Started: {{ campaign.launch_date|date:"Y-m-d" }} + {% if campaign.completed_date %}
{% endif %} + {% endif %} + {% if campaign.completed_date %} + Completed: {{ campaign.completed_date|date:"Y-m-d" }} + {% endif %} +

{% endif %} {% if show_description %}

{{ campaign.short_description|striptags|truncatechars_on_word_break:160 }}