{{ "Are you sure you want to rename the tag: " + tag.name|safe + "?"}}
Delete Tag
{{ "Are you sure you want to delete the tag: " + tag.name|safe + "?"}}
{{ "Remove " + full_tag|safe + " from certain posts" }}
{% for post in tags_to_posts[tag_id] %}
{% endfor %}
Edit Tag Description
{% if tags_to_desc[tag_id] != "" %}
{{ "Are you sure you want to edit the description of " + tag.name|safe + "?"}}
{{ "The current description is: " + tags_to_desc[tag_id]|safe }}
{% else %}
{{ "No current description exists! Add the tag description below" }}
{% endif %}