I'm in need of a little advice on my approach of this or how to set it up differently:

My users can choose to attend courses: Wednesdays, Fridays and Saturdays. There could be more in the future. Through a simple form I (or someone else) would like to be able to record their attendance. Here is how I thought to attack the thing:

I create an individual template for each course (attendance_friday.php,...). The cloned pages will record the attendance on a specific date. The form to record the attendance would display only those users who chose to attend. If there are more courses, I'll add a new template.

Or would you rather suggest to handle the different courses through folders? Therefore having only one single template to record the attendance?