{{ 'help.show_code'|trans|raw }}
{{ link_source_file(controller.file_path, controller.starting_line) }}
{{ controller.source_code }}
{% else %}
{{ 'not_available'|trans }}
{% endif %}
{{ link_source_file(template.file_path, template.starting_line) }}
{{ template.source_code }}