{% extends 'base.html' %} {% load project_attributes %} {% block title %} | Superuser tools - Manage projects{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Manage projects

{% if projects|length %} {% for project in projects %} {% endfor %}
Name Contributions Comments Media files

{% if project.islocked %}{% endif %} {{ project.name }}

{% project_attributes project %}
{{ project.contributions_count }} {{ project.comments_count }} {{ project.media_count }}
{% else %}

No projects were found.

{% endif %}
{% endblock %}