{% extends 'layout.html' %}
{% load i18n %}
{% block title %}{{ list.name }}{% endblock %}
{% block content %}
{% include 'lists/created_text.html' with list=list %}
{{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %}