{% extends "base.html" %} {% block title %}{{ property|default('Property') }} - ActingWeb{% endblock %} {% block content %}
Property not found.
{% elif is_list_property %} {% if list_description %}{{ list_description }}
{% endif %} {% if list_explanation %}{{ list_explanation }}
{% endif %} {% if list_items %}| # | Item |
|---|---|
| {{ loop.index0 }} | {{ item }} |
This list is empty.
{% endif %} {% else %}{{ value|default('') }}
{% if not is_read_only %}