- Open for editing the desired base template.
- Select block in question, and click the gutter icon
. - If a single implementation block is encountered, PyCharm navigates directly to this block.
If more than one template implements same base template, choose the target from the pop-up menu:

The implementing template opens in the editor, with the caret at the name of the block in question.
Tip
Use the regular navigation to declaration (Ctrl+BCtrl+B) to jump to the extended template.


