{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% endblock %} {% block content %} {% if error_message %}
    {{ error_message }}
    {% else %} {% trans 'Downloading of' %} {{ download_product.product_name }} {% trans 'will commence after clicking the link below:' %}

    {{download_product.downloadable_product.product.translated_name}}

    {% trans 'Once you click the link, the download will be counted. If you have trouble with the download, please refresh your browser and try the download again' %}

    {% endif %} {% endblock %}