diff --git a/links/templates/links/tag_confirm_delete.html b/links/templates/links/tag_confirm_delete.html index 0d8a559..264fec9 100644 --- a/links/templates/links/tag_confirm_delete.html +++ b/links/templates/links/tag_confirm_delete.html @@ -1,30 +1,59 @@ {% extends "base.html" %} {% load i18n %} - {% block content %} -
- {% blocktrans with tag_name=tag.name %} - Are you sure you want to delete the tag "{{ tag_name }}"? This action cannot be undone. - {% endblocktrans %} -
- - ++ {% blocktrans with tag_name=tag.name %} + Are you sure you want to delete the tag "{{ tag_name }}"? This action cannot be undone. + {% endblocktrans %} +
+{{ tag.description }}
- {% endif %} -{{ tag.description }}
{% endif %} + + + {% trans "Used" %} {{ total_usage_count }} {% trans "times" %} +{{ link.description }}
- {% endif %} -{% trans "No links found with this tag." %}
-{{ post.summary }}
- {% endif %} -{% trans "No posts found with this tag." %}
-{{ page.summary }}
- {% endif %} -{% trans "No pages found with this tag." %}
-{{ collection.description }}
- {% endif %} -{% trans "No image collections found with this tag." %}
-{{ link.description }}
{% endif %} ++ + {{ link.created_at|date:"Y-m-d" }} +
+ + {% endfor %} +{{ post.summary }}
{% endif %} ++ + {{ post.created_at|date:"Y-m-d" }} +
+ + {% endfor %} +{{ page.summary }}
{% endif %} ++ + {{ page.created_at|date:"Y-m-d" }} +
+ + {% endfor %} +{{ collection.description }}
{% endif %} ++ + {{ collection.created_at|date:"Y-m-d" }} +
+ + {% endfor %} +{{ tags|length }} {% trans "tags" %} · {% trans "click the cloud or a card to explore" %}
+