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