diff --git a/templates/mod/user_posts_list.html b/templates/mod/user_posts_list.html new file mode 100644 index 00000000..42ce4a68 --- /dev/null +++ b/templates/mod/user_posts_list.html @@ -0,0 +1,16 @@ +{% if posts|length == 0 %} +
{% trans %}There are no posts.{% endtrans %}
+{% else %} + {% for board_posts in posts %} + + {% endfor %} +{% endif %}