{% macro render_topics_table(topics, show_author=True, show_discard=False) -%}
Title | {% if show_author %}Author | {% endif %}Name | Date | Actions | |
---|---|---|---|---|---|
[{{ topic.type.value }}] | {{ topic.title }} {% if topic.wip %}[WIP]{% endif %} | {% if show_author %}{{ topic.author.display_name}} | {% endif %}{{ topic.name or ""}} | {{ topic.created_at | date }} | Create {% if show_discard %} {% if topic.discarded %} Show {% else %} Discard {% endif %} {% endif %} {% if topic.link %} {{ topic.link | domain }} {% endif %} |