{% extends "edit.html" %} {% load datehumanize %} {% load roomurl %} {% block widgets %} {% endblock %} {% block formstyle %} class="form-inline" {% endblock %} {% block justbeforeform %}
Note Well Tags are a way to group related recordings together. Tagging your recording makes your recording show up in public lists of recordings hosted on this service and it therefore makes your recording visible. This does not mean that anyone can access your recording.
{% if tags %}
{% for tag in tags %} {{tag}}  {% endfor %}
{% else %}
There are no tags yet...
{% endif %} {% endblock %}