{% macro render_topics_table(topics, show_author=True) -%}
Id | Title | {% if show_author %}Author | {% endif %}Name | Link | Actions | |
---|---|---|---|---|---|---|
{{ topic.topic_id }} | [{{ topic.type.value }}] | {{ topic.title }} {% if topic.wip %}[WIP]{% endif %} | {% if show_author %}{{ topic.author.display_name}} | {% endif %}{{ topic.name or ""}} | {% if topic.link %}{{ topic.link | domain }}{% endif %} | Create |