--- layout: false permalink: /tasks-index.html --- Tasks - Firefrost Gaming

🔥 Firefrost Tasks ❄️

{% for task in tasks %} {% if task.status == "open" or task.status == "blocked" %}
{{ task.owner }} {{ task.created }} {% if task.status == "blocked" %} ⚠️ BLOCKED {% endif %}
{% endif %} {% endfor %}