help.txt 374 B

12345678
  1. {% load distro_tracker_extras %}
  2. {{ DISTRO_TRACKER_VENDOR_NAME }} Package Tracker
  3. {% with length=DISTRO_TRACKER_VENDOR_NAME|length %}{% repeat length %}-{% endrepeat %}{% repeat 14 %}-{% endrepeat %}{% endwith %}
  4. The package tracker supports the following commands:
  5. {% autoescape off %}{% for description in descriptions %}
  6. {{ description }}
  7. {% endfor %}{% endautoescape %}