%if not isinstance(static, dict) or len(static.keys()) == 0: Nothing to display. %else: %if static["pe_versioninfo"]:

Version Infos

%endif %if static["pe_sections"]:

Sections

%endif %if static["pe_resources"]:

Resources

%endif %if static["pe_imports"]:

Imports

%endif %if static["pe_exports"]:

Exports

%endif %endif