{% extends "admin/layout.html" %} {% block content %}
New challenge

Projects

{% if category_name %}

Category: {{ category_name }}

{% endif %} {% if event %}
👁 View Report  Sync all

{{ event.name }}

{% endif %} {% if data %} {% include "includes/search.html" %} {% include "includes/pagination.html" %} {% endif %} {% for project in projects or data.items %} {% endfor %}
Name (Score, Phase, Hashtag) Category Created Updated
{{ project.name }}
{{ project.phase }}   {{ project.ident or '' }} {% if project.is_hidden %}(hidden){%endif%}
{{ project.category.name }} {{ project.created_at|format_date }}
{{ project.user.name }}
{{ project.updated_at|since_date }}
{% if project.is_hidden %} {% else %} {% endif %} {% if project.is_syncable %} {% endif %}
{% if data %} {% include "includes/pagination.html" %} {% endif %}
{% endblock %}