| {% trans %}ID{% endtrans %} | {% if has_codes %}{% trans %}Code{% endtrans %} | {% endif %} {% if has_types %}{% trans %}Type{% endtrans %} | {% endif %}{% trans %}Title{% endtrans %} | {% if has_descriptions %}{% trans %}Description{% endtrans %} | {% endif %}
|---|---|---|---|---|
| {{ sess.friendly_id }} | {% if has_codes %}{{ sess.code }} | {% endif %} {% if has_types %}{{ sess.type.name if sess.type }} | {% endif %}{{ sess.title }} | {% if has_descriptions %}{{ sess.description }} | {% endif %}