{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Admin Tutorial Videos{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

← Back to Admin

Admin Tutorial Videos

{% if videos %} {% for video in videos %}

{{ video[1] }}

Posted {{ video[4] }}
{% if video[3] %}

{{ video[3] }}

{% endif %} Watch Video
{% endfor %} {% else %}

No tutorial videos posted yet. Server admin can post update tutorials.

{% endif %}
{% endblock %}