get_template_names()
Returns a list of candidate template names. Returns the following list:
- the value of
template_nameon the view (if provided) - the contents of the
template_name_fieldfield on the object instance that the view is operating upon (if available) <app_label>/<model_name><template_name_suffix>.html
Please login to continue.