{% extends "base.html" %} {% block title %} Genre List {% endblock %} {% block script %} {% endblock %} {% block content %}

Genre Categories

{% if genres|length == 0 %}

There are no Genre Categories in the database

You have to add a new Genre Category before you are able to Categorize any movies.

{% else %}

Below is a list of all the Genre Categories in the Database

Add New Genre Category

{% endif %} {% endblock %}