{% extends "transcribe/web/base.html" %}
{% block bodyclasses %}projects{% endblock %}
{% block content %}
Projects
{% if transcribe_user.is_admin %}
+ Create a New Project
{% endif %}
Sorry, there aren't any projects available right now.
{% endfor %} {% endblock %}