{% macro render_topics_table(topics, show_author=True, show_discard=False) -%} {% if show_author %}{% endif %} {% for topic in topics %} {% if show_author %} {% endif %} {% endfor %}
TitleAuthorName Link Actions
[{{ topic.type.value }}] {{ topic.title }} {% if topic.wip %}[WIP]{% endif %} {{ topic.author.display_name}}{{ topic.name or ""}} {% if topic.link %}{{ topic.link | domain }}{% endif %} Create {% if show_discard %} {% if topic.discarded %} Show {% else %} Discard {% endif %} {% endif %}
{% endmacro %} {% macro render_topics(topics, current_user, show_author=True) -%} {% endmacro %}