#include "header.html.j2" #if rpm

Information for file {{ file.name }}

#elif archive

Information for file {{ file.name }}

#endif #if rpm #endif #if 'mtime' in file and file.mtime #endif #if 'user' in file and file.user #endif #if 'group' in file and file.group #endif #if 'mode' in file and file.mode #endif #if rpm #set epoch = ( rpm.epoch ~ ':' if rpm.epoch is not none else '') #elif archive #endif
Name{{ file.name }}
Digest ({{ file.digest_algo }}){{ file.digest }}
Size{{ util.formatNatural(file.size) }}
Modification time{{ util.formatTimeLong(file.mtime) }}
User{{ file.user }}
Group{{ file.group }}
Mode{{ util.formatMode(file.mode) }}
Flags #for flag in util.formatFileFlags(file.flags) {{ flag }}
#endfor
RPM{{ rpm.name }}-{{ epoch }}{{ rpm.version }}-{{ rpm.release }}.{{ rpm.arch }}.rpm
Archive{{ archive.filename }}
#include "footer.html.j2"