{% extends 'base.html' %} {% block title %}Marketing Report Details - {{ report.marketing_staff.get_full_name }} - Optinet Global Links{% endblock %} {% block extra_css %} {% include 'customers/marketing_nav.html' %} {% endblock %} {% block content %}
Week of {{ report.week_starting|date:"M d" }} - {{ report.week_ending|date:"M d, Y" }}
Created {{ report.created_at|date:"M d, Y \a\t g:i A" }} {% if report.updated_at != report.created_at %} • Updated {{ report.updated_at|date:"M d, Y \a\t g:i A" }} {% endif %}
{{ report.customer_feedback_summary|linebreaks }}
{{ report.competitor_activities|linebreaks }}
{% endif %} {% if report.market_trends_observed %}{{ report.market_trends_observed|linebreaks }}
{% endif %}{{ report.service_improvement_recommendations|linebreaks }}
{% endif %} {% if report.pricing_recommendations %}{{ report.pricing_recommendations|linebreaks }}
{% endif %} {% if report.marketing_strategy_recommendations %}{{ report.marketing_strategy_recommendations|linebreaks }}
{% endif %}{{ report.challenges_faced|linebreaks }}
{% endif %} {% if report.solutions_implemented %}{{ report.solutions_implemented|linebreaks }}
{% endif %}{{ report.next_week_targets|linebreaks }}
{% endif %} {% if report.support_needed %}{{ report.support_needed|linebreaks }}
{% endif %}{{ interaction.notes|truncatewords:20 }}
{% if interaction.service_interested %} Interested in: {{ interaction.service_interested.name }} {% endif %}Status: {{ report.get_status_display }}
{% if report.reviewed_by %}Reviewed by: {{ report.reviewed_by.get_full_name }}
Reviewed on: {{ report.reviewed_at|date:"M d, Y \a\t g:i A" }}
{% endif %} {% if report.review_comments %}{{ report.review_comments|linebreaks }}
{% endif %}