Tag Info
-
Tag ID: {{tag.id}}
-
Created: {{tag.created}}
-
Last Updated: {{tag.updated}}
-
Translations:
-
{% if default_translation %}
{{default_translation.language.code}} :
{{default_translation.text}}
(delete)
{% else %}
No Default Translation
{% endif %}
{% for tx in tag_translations %}
-
{{tx.language.code}} : {{tx.text}}
(delete)
{% endfor %}