{{ log.debug("Rendering classes section") }} {% import "language.html" as lang with context %} {% if config.docstring_section_style == "table" %} {% block table_style %}
{{ section.title or lang.t("Classes:") }}
| {{ lang.t("Name") }} | {{ lang.t("Description") }} | 
|---|---|
| {{ class.name }} | 
              {{ class.description|convert_markdown(heading_level, html_id) }}
             | 
{{ section.title or lang.t("Classes:") }}
{{ class.name }}
        –
        | {{ (section.title or lang.t("CLASS")).rstrip(":").upper() }} | {{ lang.t("DESCRIPTION") }} | 
|---|---|
| {{ class.name }} | 
              {{ class.description|convert_markdown(heading_level, html_id) }}
             |