from django.shortcuts import render def jci_list(request): return render(request, 'jci/list.html', {'goals': ''})