{% extends "campaign_monitor/base.html" %} {% load base_tags %} {% load perm_tags %} {% load campaign_monitor_tags %} {% load i18n %} {% block title %}{{ template.name }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% template_nav request.user %}

{{ template.name }}

{% if template.cm_screenshot_url %}

{% trans "Screenshot:" %}

{% else %}

{% trans "Screenshot:" %}{% trans " Not Available" %}

{% endif %} {% if template.html_file %}

{% trans "Html File:" %} {% trans "Download" %}

{% endif %} {% if template.zip_file %}

{% trans "Zip File:" %}{% trans "Download" %}

{% endif %} {% if template.screenshot_file %}

{% trans "Screenshot File:" %}{% trans "Download" %}

{% endif %}

Click here to view the rendered version on Campaign Monitor.

{% if template.html_file %}

Click here to view a rendered version of the html with the latest data.

Click here to use the same files to update this template.

{% endif %}
{% endblock %}