{% extends "base.html" %} {% load static %} {% load reverse_man_url %} {% block title %}{{ man.name }}({{ man.section }}) — Arch manual pages{% endblock %} {% block head %} {% for lang in other_languages %} {% endfor %} {% endblock %} {% block content_left %} {{ man_page_content | safe }} {% endblock %} {% block sidebar %} Package information: Package name: {{ pkg.repo }}/{{ pkg.name }} Version: {{ pkg.version }} Upstream: {{ pkg.url }} Licenses: {{ pkg.licenses | join:", " }} Manuals: {% url 'listing' %}/{{ pkg.repo }}/{{ pkg.name }}/ Table of contents {% for h in headings %} {{ h.title | safe }} {% endfor %} {% if other_packages %} In other packages: {% for pkg in other_packages %} {{ pkg.repo }}/{{ pkg.name }}: {{ man.name }}({{ man.section }}) {% endfor %} {% endif %} {% if other_languages %} In other languages: {% for lang in other_languages %} {{ lang }} {% endfor %} {% endif %} {% if other_sections %} In other sections: {% for section in other_sections %} {{ man.name }}({{ section }}) {% endfor %} {% endif %} {% endblock %}
Package information:
In other packages:
In other languages:
In other sections: