File: entry-data.html

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (6 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
            <dt{% if not data.has_details %} id="{{ data.id }}"{% endif %}>
              <a href="#{{ data.id }}" class="m-doc{% if not data.has_details %}-self{% endif %}">{{ data.name }}</a>{% if data.type_link %}: {{ data.type_link }}{% endif %}{% if data.value %} = {{ data.value }}{% endif %}
              {# This has to be here to avoid the newline being eaten #}

            </dt>
            <dd>{{ data.summary }}</dd>