{% import "github.com/bakape/meguca/config" %}
{% import "github.com/bakape/meguca/lang" %}
OwnedBoard renders a form for selecting one of several boards owned by the user
{% func OwnedBoard(boards config.BoardTitles) %}{% stripspace %}
{% if len(boards) != 0 %}
{%= submit(true) %}
{% else %}
{%s= lang.Get().UI["ownNoBoards"] %}
{%= cancel() %}