{% if config.show_if_no_docstring or attribute.has_contents %}
{% if show_full_path %}{{ attribute.path }}{% else %}{{ attribute.name }}{% endif %}
{% if attribute.type %}: {{ attribute.type|highlight(language="python", inline=True)|safe }}{% endif %}
{% with properties = attribute.properties %}
{% include "properties.html" with context %}
{% endwith %}