{# This file was generated with the ext-templateevents:generate command. #}
{%- if marttiphpbb_templateevents.enable -%}
simple_footer_after
{{- lang('MARTTIPHPBB_TEMPLATEEVENTS_PHP_EVENT_NAME') -}} | {{- lang('MARTTIPHPBB_TEMPLATEEVENTS_PHP_EVENT_COUNT') -}} | {{- lang('MARTTIPHPBB_TEMPLATEEVENTS_SINCE') -}} | {{- lang('MARTTIPHPBB_TEMPLATEEVENTS_FILENAME') -}} |
---|---|---|---|
{{- name -}} | {{- e.count -}} | {{- e.since -}} |
{%- for file, line in e.loc -%}
{%- if line -%}
{{- file -}}
{%- else -%}
{{- file -}}
{%- endif -%}
{%- if not loop.last -%} {%- endif -%} {%- endfor -%} |