{% load i18n static localcosmos_tags template_content_tags %}
{{ template_content.name }}
{% if template_content.draft_template.template_exists %} {{ localized_template_content.draft_title }} {% else %} {{ localized_template_content.draft_title }} {% endif %}
{% with localizeable_instance=template_content %} {% include 'template_content/ajax/translation_status_matrix.html' %} {% endwith %}
{% include 'template_content/ajax/publication_feedback.html' %}
{% if not template_content.draft_template.template_exists %}
{% trans 'Template files not found.' %}
{% endif %}