{% extends "base.html" %} {% load static %} {% block title %}Trade | {{ site_settings.site_name }}{% endblock %} {% block content %}

{{ products_settings.trade_title|safe }}

{{ products_settings.trade_description|safe }}
{% if products_settings.trade_images.all %} {% for trade_img in products_settings.trade_images.all %} {% if trade_img.is_active %}
Trade highlight
{% endif %} {% endfor %} {% else %}
Wheat field
Wheat close up
Harvester in field
Grains and agriculture
{% endif %}
{% endblock %}