{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% trans "Go back" %}

{% trans "PHP settings for" %} {{ object.name }}

{% trans "PHP settings page description." %}

{% for option in object.options.all %} {% endfor %}
{% trans "Type" %} {% trans "Value" %}
{{ option.name }} {{ option.value }}
{% trans "Add new option" %} {% endblock %}