You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. ---
  2. id: {{ pvd }}
  3. title: {{ pvd|up_or_title(pvd) }}
  4. ---
  5. Node classes list of {{ pvd }} provider.
  6. {% for typ, classes in typ_classes.items() %}
  7. ## {{ pvd }}.{{ typ }}
  8. {% for class in classes %}
  9. <img width="30" src="/img/{{ class['resource_path'] }}" alt="{{ class['name'] }}" style="float: left; padding-right: 5px;" >
  10. **diagrams.{{ pvd }}.{{ typ }}.{{ class['name'] }}**{% if class['alias'] %}, **{{ class['alias'] }}** (alias){% endif %}{% endfor %}
  11. {% endfor %}