Exemplo n.º 1
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Climate Change Adaptation
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'cca',
        page_title=_('Climate Change Adaptation'))
Exemplo n.º 2
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Technologies
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'technologies',
        page_title=_('Technologies'))
Exemplo n.º 3
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new UNCCD
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'unccd',
        page_title=_('UNCCD'))
Exemplo n.º 4
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Watershed
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'watershed',
        page_title=_('Watershed'))
Exemplo n.º 5
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new SAMPLE
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'sample',
        page_title='SAMPLE')
Exemplo n.º 6
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new SAMPLEMODULE
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request, identifier, step, 'samplemodule',
        page_title='SAMPLEMODULE')
Exemplo n.º 7
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new SAMPLE
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(request,
                                           identifier,
                                           step,
                                           'approaches',
                                           page_title=_('Approaches'))
Exemplo n.º 8
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Climate Change Adaptation
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request,
        identifier,
        step,
        'cca',
        page_title=_('Climate Change Adaptation'))
Exemplo n.º 9
0
def questionnaire_view_step(request, identifier, step):
    """
    View rendering the form of a single step of a new Carbon Benefits Project Summary
    questionnaire in read-only mode.
    """
    return generic_questionnaire_view_step(
        request,
        identifier,
        step,
        'cbp',
        page_title=_('Carbon Benefits Project (CBP) Summary'))