{% extends "admin/layout.html" %} {% block content %}
Add project

Projects

{% if category_name %}

Category: {{ category_name }}

{% endif %} {% if event %}
 Sync all  CSV

{{ event.name }}

Event {% 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
{% if project.logo_icon %} {% else %} {% endif %}
{{ project.name }}
{{ project.phase }}   {{ project.ident or '' }}
{{ project.category.name }} {{ project.created_at|format_date }}
{{ project.user.name }}
{{ project.updated_at|since_date }}
Edit {% if project.is_hidden %} {% else %} {% if project.is_autoupdate %} Sync {% endif %} {% endif %}
{% if data %} {% include "includes/pagination.html" %} {% endif %} {% if not event %} Tip: Manage the projects of a specific event for more options. {% endif %}
{% endblock %}