Description
        
        {% if CONFIG.source_location_url and constant.docs_location %}
        [src]
        {% endif %}
      
      
        {{ constant.description }}
      
      
        
          {% if constant.stability %}
          | Stability: | {{ constant.stability }} | 
          {% endif %}
          {% if constant.available_since %}
          | Available since: | {{ constant.available_since }} | 
          {% endif %}
          {% if constant.deprecated_since %}
          | Deprecated since: | {{ constant.deprecated_since.version }} | 
          | {{ constant.deprecated_since.message }} | 
          {% endif %}
        
       
      {% if constant.attributes %}
      
        
        {% for (key, value) in constant.attributes.items() %}
          | {{ key|escape }} | {{ value|escape }} | 
        {% endfor %}
        
       
      {% endif %}