diff --git a/templates/export/elements/card.html b/templates/export/elements/card.html new file mode 100644 index 0000000..9dfc917 --- /dev/null +++ b/templates/export/elements/card.html @@ -0,0 +1,16 @@ +
+
+
{{ article.pk }} - {{ article.title|safe }}
+
+
+

Article is available for export.

+ +
+
+ {% for assignment in article.editors %} + {% include "elements/avatar.html" with user=assignment.editor role=assignment.editor_type %} + {% endfor %} +
+
\ No newline at end of file