.. include:: ../../Includes.txt .. _tutorial1_extensionOverview: ================== Extension Overview ================== Extension Configuration ======================= .. figure:: ../../Images/Tutorial1KickstarterExtensionConfiguration.png Views ----- This extension relies on three views: - A ``List`` view which displays all the items associated with the query, - A ``Single`` view which displays only information associated with one item, - An ``Edit`` view which makes it possible to edit an item in the frontend. Let us note that most extensions deal with one form with three views: one view to list the items, one view to display an item and one view to edit an item. However, an extension may only have one ``List`` view. It can also contain several forms with different views as it is explained in :ref:`Tutorial 7 `. Click on the ``List`` view to open it. .. figure:: ../../Images/Tutorial1KickstarterListView.png The item template defines how each item will be displayed. In general, it is an