{% extends 'base.html' %} {% block title %}{{ item.name }} - Boycott List Dot Info{% endblock %} {% block content %}
✏️ Edit
{% csrf_token %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

{{ item.name }}

{% if item.logo %} {{ item.name }} {% else %}
No Image
{% endif %}

Description

{{ item.description }}

Reason for Boycott

{{ item.reason_for_boycott }}

Source

Visit Source 🔗
{% if item.safe_items.all %}

Safe Products Related to "{{ item.name }}"

{% endif %}
{% endblock %}