{% extends "base.html" %} {% block content %} {% if items %}
{% for item in items %}
{{ item.name }} {% if item.description %}{{ item.description }}{% endif %}
Edit
{% endfor %}
{% else %}
No domains. Create your first life domain.
Create Domain
{% endif %} {% endblock %}