{% extends 'sales/base.html' %} {% load static %} {% block breadcrumb %} {% endblock %} {% block content %}
Overview
{% if setting.title %}
{% endif %} {% if setting.website %}
{% endif %} {% if setting.apikey %}
{% endif %} {% if setting.lead_assigned_to.all|length > 0 %}
{% endif %} {% if setting.tags.all|length > 0 %}
{% endif %} {% if setting.created_by %}
{% endif %} {% if setting.created_on %}
{% endif %}
{% endblock content %} {% block js_block %} {% endblock js_block %}