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