{% if fpList %} {% for fp in fpList %}
  • id: {{ fp.id }}, created at {{ fp.createdTime }}

    Type: {{ fp.type }}

    {{ fp.msg|default:'' }}


      {% for sub in fp.subattachments %}
    • {{ sub.title }}

      Type: {{ sub.type }}


    • {% endfor %}

  • {% endfor %} {% endif %} {% if error %}
  • {{ error }}
  • {% endif %}
{{ crawler }}