% include("web/component/head.html", filepath=filepath)
% include("web/component/filepath_form.html", filepath=filepath)
% if media_infos_groups: % for year_month, media_infos in media_infos_groups.items():

{{Utils.year_month_label(year_month)}}

% for media in media_infos: % if media.media_type == MediaType.IMAGE: % elif media.media_type == MediaType.VIDEO: % end % end
% end % else:

There aren't any media files in this directory.

% end