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