{% extends "layouts/admin.twig" %} {% block title %}Plugins - CodePress Admin{% endblock %} {% block content %}
{{ plugin.description|default('Geen beschrijving') }}
{% if plugin.version %}v{{ plugin.version }}{% endif %} {% if plugin.author %}{{ plugin.author }}{% endif %}