{% load artsurvey_templates %} {% load heasarc_templates %} {% load srgcat_templates %} {% load i18n %} {% load static %}
import csv with open(filename, 'r' ) as theFile: reader = csv.DictReader(theFile) for line in reader: print(line['NAME'])