{% extends "transcribe/web/base.html" %} {% block bodyclasses %}projects{% endblock %} {% block content %}

Projects

{% if transcribe_user.is_admin %} + Create a New Project {% endif %}
{% for project in projects %} {% include "transcribe/web/_project.html" %} {% empty %}

Sorry, there aren't any projects available right now.

{% endfor %} {% endblock %}