{{ third_parties_infos[third_party]["description"]|markdown }}
{{ (_("Author(s): {author}")).format(author=third_parties_infos[third_party]["author"])}}
{{ _("Repo:") }} {{ third_parties_infos[third_party]["repo"] }}
{{ _("Page") }} | {{ _("Description") }} |
---|---|
{{ page|replace("_", " ")|replace("-", " ")|title }} | {% if third_parties[third_party][page].description %}{{ third_parties[third_party][page].description|markdown }} | {% endif %}