{% extends 'crm/base.html' %} {% load static %} {% block title %} Landing Page {% endblock title %} {% block body %}
{% for list in object_list %}
{% if not list.is_public %} {% endif %}
{{ list.name|truncatechars:30 }}
{% empty %}

You do not have any templates.

{% endfor %}
{% for list in public_web_template %}
{{ list.name|truncatechars:30 }}
{% empty %}

No recommended Templates for you.

{% endfor %}
{% endblock body %} {% block extra_js %} {% endblock extra_js %}